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