We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d08ba commit 78b9ac4Copy full SHA for 78b9ac4
1 file changed
.github/workflows/backport.yml
@@ -9,6 +9,9 @@ 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
17
uses: m-kuhn/backport@v1.2.6
0 commit comments