We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8fb8f commit df8c729Copy full SHA for df8c729
.github/workflows/label-bugs.yml
@@ -16,3 +16,8 @@ jobs:
16
token: ${{ secrets.GITHUB_TOKEN }}
17
issue-number: ${{ github.event.issue.number }}
18
labels: 'bug'
19
+ - name: Remove runs
20
+ uses: GongT/cancel-previous-workflows@master
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
+ DELETE: true
.github/workflows/label-duplicates.yml
labels: 'duplicate'
0 commit comments