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.
2 parents fcf5ade + 78e68e7 commit cc2f7cbCopy full SHA for cc2f7cb
1 file changed
.github/workflows/backport.yml
@@ -5,6 +5,10 @@ on:
5
6
jobs:
7
backport:
8
+ permissions:
9
+ contents: read
10
+ pull-requests: write
11
+ actions: write
12
runs-on: ubuntu-latest
13
if: |
14
github.event.pull_request.merged == true
0 commit comments