Skip to content

Commit bcdb8c6

Browse files
committed
Fix
1 parent f95845e commit bcdb8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
jobs:
66
labeler:
77
permissions:
8-
contents: read
9-
pull-requests: write
8+
contents: write
109
issues: write
10+
pull-requests: write
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)