We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ee18f commit 6479c1fCopy full SHA for 6479c1f
.github/workflows/backport.yml
@@ -1,22 +1,12 @@
1
name: Backport
2
-
3
on:
4
pull_request_target:
5
- types: [closed, labeled]
+ types:
+ - closed
6
+ - labeled
7
8
jobs:
9
backport:
- if: github.event.pull_request.merged == true
10
- runs-on: ubuntu-latest
11
12
- permissions:
13
- contents: write
14
- pull-requests: write
15
16
- steps:
17
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v 6.0.2
18
19
- - name: Backport
20
- uses: korthout/backport-action@4aaf0e03a94ff0a619c9a511b61aeb42adea5b02 # v4.2.0
21
- with:
22
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@main
+ with:
+ label_pattern: "^backport (.+)$"
0 commit comments