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 dca1cbb commit 747a5c5Copy full SHA for 747a5c5
.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@v3
+ uses: peter-evans/create-or-update-comment@v4
79
# Execute only when no labels have been applied to the pull request
80
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
81
with:
0 commit comments