We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca9184e + 1a3c8e5 commit b54bf25Copy full SHA for b54bf25
.github/workflows/manage-labels.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Clean up labels on PR merge
18
19
steps:
20
- - uses: mondeja/remove-labels-gh-action@v1
+ - uses: mondeja/remove-labels-gh-action@v2
21
with:
22
token: ${{ secrets.GITHUB_TOKEN }}
23
labels: |
@@ -31,7 +31,7 @@ jobs:
31
name: Clean up labels on PR close
32
33
34
35
36
37
@@ -46,7 +46,7 @@ jobs:
46
name: Clean up labels on issue close
47
48
49
50
51
52
0 commit comments