From b59758382c50c2e9a6ec2ca4665e745e1bcb967b Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Sun, 25 Sep 2022 13:25:55 +0800 Subject: [PATCH] Update anti_spam.yml --- .github/workflows/anti_spam.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/anti_spam.yml b/.github/workflows/anti_spam.yml index 9b71277..48b42f9 100644 --- a/.github/workflows/anti_spam.yml +++ b/.github/workflows/anti_spam.yml @@ -26,21 +26,8 @@ jobs: skip-closed-pr-comment: true skip-closed-issue-comment: true process-only: issues - - name: Check pull request - uses: tachiyomiorg/issue-moderator-action@v1 - with: - auto-close-rules: | - [ - { - "type": "body", - "regex": ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*", - "message": "The acknowledgment section was not removed." - } - ] - auto-close-ignore-label: | - do-not-autoclose - bugfix - enhancement + - name: Check PR + uses: sumally/github-check-tasklist-action@v1 - name: Delete workflow runs uses: Mattraks/delete-workflow-runs@v2 with: