We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e507a6 + 86b20f2 commit 378d451Copy full SHA for 378d451
.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