Skip to content

Commit 51bc591

Browse files
Add pull-requests: write permission to Get-Settings workflow
1 parent b3a8d40 commit 51bc591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Get-Settings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ on:
3939
value: ${{ jobs.Get-Settings.outputs.Settings }}
4040

4141
permissions:
42-
contents: read # to checkout the repo
42+
contents: read # to checkout the repo
43+
pull-requests: write # to add labels to PRs
4344

4445
jobs:
4546
Get-Settings:

0 commit comments

Comments
 (0)