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 8a446cf commit 1f36e5dCopy full SHA for 1f36e5d
.github/workflows/label.yml
@@ -76,7 +76,7 @@ jobs:
76
runs-on: ubuntu-latest
77
steps:
78
- name: Suggest to add labels
79
- uses: peter-evans/create-or-update-comment@v2
+ uses: peter-evans/create-or-update-comment@v3
80
# Execute only when no labels have been applied to the pull request
81
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
82
with:
0 commit comments