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 30f83b6 commit 88dcfe7Copy full SHA for 88dcfe7
.github/workflows/immediate-response.yml
@@ -24,7 +24,7 @@ jobs:
24
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
25
26
- name: Respond to issue or PR
27
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
28
with:
29
issue-number: ${{ steps.extract.outputs.NUMBER }}
30
body: >
0 commit comments