Skip to content

Commit 7af2cd2

Browse files
committed
chore: 🤖 Updated permissions for labeler
1 parent 94e6567 commit 7af2cd2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/label.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
name: "Pull Request Labeler"
1+
name: 'Pull Request Labeler'
22
on:
3-
- pull_request_target
3+
- pull_request_target
44

55
jobs:
66
labeler:
77
permissions:
88
contents: read
99
pull-requests: write
10+
issues: write
1011
runs-on: ubuntu-latest
1112
steps:
12-
- id: label-the-PR
13-
uses: actions/labeler@v5
14-
with:
15-
sync-labels: true
13+
- id: label-the-PR
14+
uses: actions/labeler@v5
15+
with:
16+
sync-labels: true

0 commit comments

Comments
 (0)