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 75ef355 commit f30e7e4Copy full SHA for f30e7e4
.github/workflows/label.yml
@@ -75,7 +75,7 @@ jobs:
75
runs-on: ubuntu-latest
76
steps:
77
- name: Suggest to add labels
78
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
+ uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
79
# Execute only when no labels have been applied to the pull request
80
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
81
with:
doc/changelog.d/373.maintenance.md
@@ -0,0 +1 @@
1
+Build(deps): bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0
0 commit comments