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: