Skip to content

Commit 521c50a

Browse files
committed
ordering permission
1 parent fbe374a commit 521c50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label-conflict.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ concurrency:
1313

1414
jobs:
1515
auto-comment-conflict:
16-
if: github.event.label.name == 'stale'
17-
runs-on: ubuntu-latest
1816
permissions:
1917
contents: read
2018
pull-requests: write
19+
if: github.event.label.name == 'stale'
20+
runs-on: ubuntu-latest
2121
steps:
2222
- name: Add comment for PR with conflict
2323
uses: peter-evans/create-or-update-comment@v3

0 commit comments

Comments
 (0)