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 c0242ba commit 04c4828Copy full SHA for 04c4828
.github/workflows/label.yml
@@ -72,7 +72,7 @@ jobs:
72
needs: labeler
73
steps:
74
- name: Suggest to add labels
75
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
76
# Execute only when no labels have been applied to the pull request
77
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
78
with:
0 commit comments