We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b4fc6 commit cf3c8fbCopy full SHA for cf3c8fb
.github/workflows/release-pr.yml
@@ -24,6 +24,8 @@ jobs:
24
release:
25
name: Create Release PR
26
runs-on: ubuntu-latest
27
+ permissions:
28
+ pull-requests: write
29
if: ${{ !startsWith(github.event.head_commit.message, 'Version Packages (#') }}
30
steps:
31
- name: Checkout Repo
0 commit comments