mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
parent
3f7d7fd156
commit
66ed85e0c0
7
.github/workflows/backport.yml
vendored
7
.github/workflows/backport.yml
vendored
@ -9,19 +9,18 @@ on:
|
|||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [ "labeled", "closed" ]
|
types: [ "labeled", "closed" ]
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
backport:
|
backport:
|
||||||
name: Backport PR
|
name: Backport PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
if: github.event.pull_request.merged
|
||||||
steps:
|
steps:
|
||||||
- name: Backport Action
|
- name: Backport Action
|
||||||
uses: korthout/backport-action@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # Pinned at v2.5.0
|
uses: korthout/backport-action@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # Pinned at v2.5.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
copy_labels_pattern: '*'
|
copy_labels_pattern: '*'
|
||||||
label_pattern: 'backport-to-([^ ]+)$'
|
label_pattern: '^backport-to-(.+)$'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user