Skip to content

Commit f508622

Browse files
authored
ci: grant pull-requests:write to Release (v3) workflow (#422)
1 parent b16785b commit f508622

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13+
pull-requests: write
1314

1415
jobs:
1516
prep:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13+
pull-requests: write
1314

1415
jobs:
1516
prep:

0 commit comments

Comments
 (0)