From 1352f636ba1e3b916884dc5bc8bc380ed46d0998 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:49:26 +0200 Subject: [PATCH] [SKIP CI][IssueModerator] Fix "acknowledgment section" detection for "Meta" issues --- .github/workflows/issue_moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index 7163b1cb..9a4191c4 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -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" }, {