We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5826273 + bc137c3 commit 53110e1Copy full SHA for 53110e1
.github/workflows/label-remove-outdated.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Clean up labels on issue close
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: |
@@ -33,7 +33,7 @@ jobs:
33
name: Clean up labels on PR merge
34
35
36
37
38
39
@@ -50,7 +50,7 @@ jobs:
50
name: Clean up labels on PR close
51
52
53
54
55
56
0 commit comments