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 83f1f4f commit b527746Copy full SHA for b527746
.github/workflows/issue-reply.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- name: help wanted
12
if: github.event.label.name == 'help wanted'
13
- uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
+ uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
14
with:
15
actions: create-comment
16
issue-number: ${{ github.event.issue.number }}
@@ -19,7 +19,7 @@ jobs:
19
20
- name: need reproduction
21
if: github.event.label.name == 'need reproduction'
22
23
24
25
0 commit comments