mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-02-17 03:36:20 +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:
|
autoclose:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Check issue
|
||||||
uses: dessant/repo-lockdown@v2
|
uses: dessant/repo-lockdown@v2
|
||||||
with:
|
with:
|
||||||
@ -28,10 +35,3 @@ jobs:
|
|||||||
process-only: issues
|
process-only: issues
|
||||||
- name: Check PR
|
- name: Check PR
|
||||||
uses: sumally/github-check-tasklist-action@v1
|
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…
x
Reference in New Issue
Block a user