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 d74783b commit 94aca26Copy full SHA for 94aca26
.github/workflows/label.yml
@@ -84,7 +84,7 @@ jobs:
84
needs: labeler
85
steps:
86
- name: Suggest to add labels
87
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
+ uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
88
# Execute only when no labels have been applied to the pull request
89
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
90
with:
0 commit comments