mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-12 17:57:29 +00:00
let github remove label action logs
This commit is contained in:
parent
dd8fb8fadc
commit
df8c729595
5
.github/workflows/label-bugs.yml
vendored
5
.github/workflows/label-bugs.yml
vendored
@ -16,3 +16,8 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
labels: 'bug'
|
||||
- name: Remove runs
|
||||
uses: GongT/cancel-previous-workflows@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
DELETE: true
|
||||
|
5
.github/workflows/label-duplicates.yml
vendored
5
.github/workflows/label-duplicates.yml
vendored
@ -16,3 +16,8 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
labels: 'duplicate'
|
||||
- name: Remove runs
|
||||
uses: GongT/cancel-previous-workflows@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
DELETE: true
|
||||
|
Loading…
Reference in New Issue
Block a user