mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Update anti_spam.yml
This commit is contained in:
parent
b59758382c
commit
f59f012006
14
.github/workflows/anti_spam.yml
vendored
14
.github/workflows/anti_spam.yml
vendored
@ -10,6 +10,13 @@ jobs:
|
||||
autoclose:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Delete workflow runs
|
||||
uses: Mattraks/delete-workflow-runs@v2
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
repository: ${{ github.repository }}
|
||||
retain_days: 0
|
||||
keep_minimum_runs: 0
|
||||
- name: Check issue
|
||||
uses: dessant/repo-lockdown@v2
|
||||
with:
|
||||
@ -28,10 +35,3 @@ jobs:
|
||||
process-only: issues
|
||||
- name: Check PR
|
||||
uses: sumally/github-check-tasklist-action@v1
|
||||
- name: Delete workflow runs
|
||||
uses: Mattraks/delete-workflow-runs@v2
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
repository: ${{ github.repository }}
|
||||
retain_days: 0
|
||||
keep_minimum_runs: 0
|
||||
|
Loading…
Reference in New Issue
Block a user