We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e72d2 commit 5db6168Copy full SHA for 5db6168
.github/workflows/backport.yml
@@ -5,15 +5,15 @@ on:
5
- closed
6
- labeled
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
13
backport:
- runs-on: ubuntu-latest
- name: Backport
- permissions:
- 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@30b6e83906cc97bad3a02867181d6236becf68f9
18
- with:
19
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@9d884304b1a5cdeeb2e21349a5bbfe52da5548d5
+ with:
+ label_pattern: "^backport (.+)$"
+ secrets:
+ APP_ID: ${{ secrets.APP_ID }}
+ APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments