We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c9de5 commit 2b6cc98Copy full SHA for 2b6cc98
.github/workflows/immediate-response.yml
@@ -19,7 +19,7 @@ jobs:
19
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
20
21
- name: Respond to issue or PR
22
- uses: peter-evans/create-or-update-comment@v3
+ uses: peter-evans/create-or-update-comment@v4
23
with:
24
issue-number: ${{ steps.extract.outputs.NUMBER }}
25
body: >
0 commit comments