Skip to content

Commit 1d95780

Browse files
authored
Update labeler.yml
Adjust workflow/labeler.yml to add permissions.
1 parent ad425f4 commit 1d95780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
jobs:
66
triage:
77
permissions:
8-
contents: read
8+
contents: write
99
pull-requests: write
10+
issues: write
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Apply branch labels

0 commit comments

Comments
 (0)