We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84d5caa + bf11948 commit 3ffba00Copy full SHA for 3ffba00
.github/workflows/assign-xls-number.yml
@@ -55,15 +55,15 @@ jobs:
55
- name: Check for existing assignment comment
56
if: steps.check-drafts.outputs.has_drafts == 'true'
57
id: find-comment
58
- uses: peter-evans/find-comment@v3
+ uses: peter-evans/find-comment@v4
59
with:
60
issue-number: ${{ github.event.pull_request.number }}
61
comment-author: "github-actions[bot]"
62
body-includes: "XLS Number Assignment"
63
64
- name: Post or update PR comment
65
if: steps.check-drafts.outputs.has_drafts == 'true' && steps.find-comment.outputs.comment-id == ''
66
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
67
68
69
body: |
0 commit comments