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 3a26fc5 + 33e84ad commit 4c3bba1Copy full SHA for 4c3bba1
2 files changed
.github/workflows/new-issue.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Post guidance comment
20
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
21
with:
22
issue-number: ${{ github.event.issue.number }}
23
body: |
.github/workflows/new-pull-request.yml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write
- name: Post guidance comment on new PR
issue-number: ${{ github.event.pull_request.number }}
0 commit comments