Browse Source
let github remove label action logs
renovate/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with
10 additions and
0 deletions
-
.github/workflows/label-bugs.yml
-
.github/workflows/label-duplicates.yml
|
|
@ -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 |
|
|
@ -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 |