We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8f6ae commit ecc8fd6Copy full SHA for ecc8fd6
1 file changed
.github/workflows/release-pr.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches: [master]
6
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
+
11
jobs:
12
release-pr:
13
name: Maintain Release PR
0 commit comments