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 a49ee49 commit ad55b78Copy full SHA for ad55b78
.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@v4
+ uses: peter-evans/create-or-update-comment@v5
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