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 73ec1fc commit be82b3dCopy full SHA for be82b3d
.github/workflows/immediate-response.yml
@@ -22,7 +22,7 @@ jobs:
22
github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
23
24
- name: Respond to issue or PR
25
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
26
with:
27
issue-number: ${{ steps.extract.outputs.NUMBER }}
28
body: >
0 commit comments