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 03b9c40 commit f9b0277Copy full SHA for f9b0277
.github/workflows/draft.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Comment PR with draft publish logs
47
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref, 'refs/heads/renovate') }}
48
id: create-comment
49
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
50
with:
51
issue-number: ${{ github.event.pull_request.number }}
52
body: |
0 commit comments