We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7260617 commit feaaaf4Copy full SHA for feaaaf4
1 file changed
.github/workflows/issue-labeled.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: remove labels
36
if: github.event.label.name == 'remove-labels'
37
- uses: actions-cool/issues-helper@up
+ uses: actions-cool/issues-helper@v2
38
with:
39
actions: 'remove-labels'
40
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments