Skip to content

Commit 83e34fb

Browse files
authored
Merge pull request #2 from sarakthon/production-pr
ENT-13843: GH Action to create PR from master / main to production
2 parents 475554f + f8e141c commit 83e34fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/create-production-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
pull-requests: write
13+
contents: read
1114
steps:
1215
- uses: actions/checkout@v4
1316
- name: Create PR from master to production

0 commit comments

Comments
 (0)