mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Update anti_spam.yml
This commit is contained in:
parent
b59758382c
commit
f59f012006
1 changed files with 7 additions and 7 deletions
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…
Add table
Reference in a new issue