Skip to content

Commit

Permalink
[SKIP CI][IssueModerator] Fix "acknowledgment section" detection for …
Browse files Browse the repository at this point in the history
…"Meta" issues
  • Loading branch information
schroda committed Apr 15, 2024
1 parent 4c3b1c1 commit 1352f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_moderator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
},
{
"type": "body",
"regex": "^(?!## (Device information|What feature should be added to Suwayomi\\?))",
"regex": "^(?!## (Meta|Device information|What feature should be added to Suwayomi\\?))",
"message": "The acknowledgment section was not removed"
},
{
Expand Down

0 comments on commit 1352f63

Please sign in to comment.