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.
2 parents 065b60b + 9b12b5c commit d810b12Copy full SHA for d810b12
2 files changed
.github/workflows/check-release-notes.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Post comment
63
if: ${{ env.MISSING_CHANGELOG_ENTRY == '1' && steps.fc.outputs.comment-id == '' }}
64
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
65
with:
66
issue-number: ${{ github.event.pull_request.number }}
67
body: |
docs/reference/changelog.md
@@ -15,6 +15,7 @@ Unreleased changes
15
- Bump peter-evans/find-comment from 3 to 4 ({gh-pr}`342`)
16
- pre-commit autoupdate ({gh-pr}`341`)
17
- Bump github/codeql-action from 3 to 4 ({gh-pr}`344`)
18
+- Bump peter-evans/create-or-update-comment from 4 to 5 ({gh-pr}`343`)
19
20
---
21
0 commit comments