We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f51aa commit f6d037dCopy full SHA for f6d037d
.github/workflows/backport.yml
@@ -9,8 +9,11 @@ jobs:
9
backport:
10
runs-on: ubuntu-latest
11
name: Backport
12
+ permissions:
13
+ contents: write # needed to push the backport branch
14
+ pull-requests: write # needed to open the PR
15
steps:
16
- name: Backport
- uses: m-kuhn/backport@v1.2.6
17
+ uses: m-kuhn/backport@30b6e83906cc97bad3a02867181d6236becf68f9
18
with:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments