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 fbe374a commit 521c50aCopy full SHA for 521c50a
.github/workflows/label-conflict.yml
@@ -13,11 +13,11 @@ concurrency:
13
14
jobs:
15
auto-comment-conflict:
16
- if: github.event.label.name == 'stale'
17
- runs-on: ubuntu-latest
18
permissions:
19
contents: read
20
pull-requests: write
+ if: github.event.label.name == 'stale'
+ runs-on: ubuntu-latest
21
steps:
22
- name: Add comment for PR with conflict
23
uses: peter-evans/create-or-update-comment@v3
0 commit comments