Skip to content

Commit a13c71f

Browse files
authored
Add permissions
1 parent 0831f9f commit a13c71f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ env:
99

1010
permissions:
1111
contents: read
12+
issues: write
13+
pull-requests: write
1214

1315
jobs:
1416
triage:

.github/workflows/test-reporter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
contents: read
1313
actions: read
14+
checks: write
1415

1516
jobs:
1617
report:

0 commit comments

Comments
 (0)