We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae3314 commit a2ebee6Copy full SHA for a2ebee6
.github/workflows/label.yml
@@ -70,7 +70,7 @@ jobs:
70
runs-on: ubuntu-latest
71
steps:
72
- name: Suggest to add labels
73
- uses: peter-evans/create-or-update-comment@v3
+ uses: peter-evans/create-or-update-comment@v4
74
# Execute only when no labels have been applied to the pull request
75
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
76
with:
0 commit comments