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.
1 parent c5e4909 commit c7a8ae0Copy full SHA for c7a8ae0
1 file changed
.github/workflows/issue-comment.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Check labels of issue
14
id: check_labels
15
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
16
with:
17
github-token: ${{ secrets.GITHUB_TOKEN }}
18
script: |
@@ -42,7 +42,7 @@ jobs:
42
# action removes the label when the automatic reminder message gets sent.
43
- name: Remove `waiting for user response` label if exists
44
if: steps.check_labels.outputs.result == 'true'
45
46
47
48
0 commit comments