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 abe4d9a + d481bc5 commit a420345Copy full SHA for a420345
.github/workflows/auto-respond-pr.yml
@@ -76,7 +76,7 @@ jobs:
76
core.setOutput('pr_number', prNumber);
77
78
- name: Create, or Update the Comment
79
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
80
with:
81
issue-number: ${{ github.event.pull_request.number }}
82
comment-id: ${{ steps.find_comment.outputs.comment-id }}
.github/workflows/build-pr.yml
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
0 commit comments