Skip to content

Commit b5ec6a0

Browse files
committed
ci: grant pull-requests write
1 parent 3ca4b12 commit b5ec6a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Release
22

3+
permissions:
4+
contents: write
5+
pull-requests: write # the action creates a pull request for the pending release
6+
37
on:
48
push:
59
branches:

0 commit comments

Comments
 (0)