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 05bb57d commit 1ef6a8eCopy full SHA for 1ef6a8e
.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