Skip to content

Commit 1d6bd6b

Browse files
committed
feat: fix permission issue for label sync
1 parent 6b606f7 commit 1d6bd6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/label-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
labeler:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
issues: write
1416
steps:
1517
- name: Checkout repository
1618
uses: actions/checkout@v4

0 commit comments

Comments
 (0)