Update anti_spam.yml

This commit is contained in:
Howard Wu 2022-09-25 12:51:14 +08:00 committed by GitHub
parent 95aba7bee7
commit 72e2b10c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,10 @@ jobs:
do-not-autoclose
pr-labels: spam
pr-lock-reason: spam
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 0
keep_minimum_runs: 0