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 209e4bb commit 0f563a3Copy full SHA for 0f563a3
.github/workflows/label-conflict.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Add comment for PR with conflict
22
uses: peter-evans/create-or-update-comment@v3
23
with:
24
+ token: ${{ secrets.GITHUB_TOKEN }}
25
issue-number: ${{ github.event.pull_request.number }}
26
body: |
27
:wave: Hi, @${{ github.event.pull_request.user.login }}!
0 commit comments