We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb5b87 commit 3959854Copy full SHA for 3959854
.github/workflows/backport.yml
@@ -4,7 +4,9 @@ on:
4
types: [closed]
5
issue_comment:
6
types: [created]
7
-
+permissions:
8
+ contents: write # so it can comment
9
+ pull-requests: write # so it can create pull requests
10
jobs:
11
backport:
12
name: Create backport PRs
0 commit comments