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