Skip to content

Commit 495d688

Browse files
committed
Add permissions to conflicts workflow
1 parent 955067f commit 495d688

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conflicting-pr-label.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
types: [synchronize]
1212
branches: [main]
1313

14+
permissions:
15+
pull-requests: write
16+
contents: read
17+
1418
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1519
jobs:
1620
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)