Skip to content

Commit b1eac1e

Browse files
committed
fix: grant pull-requests write permission for label syncing
Signed-off-by: darshit2308 <darshit2308@gmail.com>
1 parent 4a028e6 commit b1eac1e

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

0 commit comments

Comments
 (0)