Skip to content

Commit 4e9513c

Browse files
committed
fix: grant pull-requests write permission for labeling
1 parent 24e27db commit 4e9513c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/review-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
type: string
2424

2525
permissions:
26-
pull-requests: read
26+
pull-requests: write
2727
issues: write
2828
contents: read
2929
checks: read

0 commit comments

Comments
 (0)