There was an error while loading. Please reload this page.
1 parent fb6cf5c commit 9fceaa0Copy full SHA for 9fceaa0
1 file changed
.github/workflows/backport.yml
@@ -3,6 +3,11 @@ on:
3
issue_comment:
4
types: [created]
5
6
+permissions:
7
+ contents: write
8
+ issues: read
9
+ pull-requests: write
10
+
11
jobs:
12
backport:
13
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/backport to')
0 commit comments