mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +00:00
let github remove label action logs
This commit is contained in:
parent
dd8fb8fadc
commit
df8c729595
2 changed files with 10 additions and 0 deletions
5
.github/workflows/label-bugs.yml
vendored
5
.github/workflows/label-bugs.yml
vendored
|
|
@ -16,3 +16,8 @@ jobs:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
labels: 'bug'
|
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 }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
labels: 'duplicate'
|
labels: 'duplicate'
|
||||||
|
- name: Remove runs
|
||||||
|
uses: GongT/cancel-previous-workflows@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
DELETE: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue