Skip to content

Commit dfed96b

Browse files
committed
chore(github-action): update create-PRs permissions to allow PR creation
Currently, we have a failure when we try to create a PR associated to release 1.30 Current error: "pull request create failed: GraphQL: Resource not accessible by integration (createPullRequest)"
1 parent 5a9c03c commit dfed96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-PRs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: create-PRs-based-on-release-branches
22

33
permissions:
44
contents: write # allow git push to repo and the github release and its artefact
5+
pull-requests: write
56

67
on:
78
workflow_dispatch:

0 commit comments

Comments
 (0)