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 ef4c191 commit ac3543fCopy full SHA for ac3543f
.github/workflows/label.yml
@@ -69,7 +69,7 @@ jobs:
69
runs-on: ubuntu-latest
70
steps:
71
- name: Suggest to add labels
72
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
73
# Execute only when no labels have been applied to the pull request
74
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
75
with:
0 commit comments