mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
This reverts commit bdabdd38cc26b44bd9d6f7a25ab5ede759046baf.
This commit is contained in:
parent
f15a3009bb
commit
40e867896b
12
.github/workflows/backport.yml
vendored
12
.github/workflows/backport.yml
vendored
@ -16,12 +16,22 @@ jobs:
|
|||||||
backport:
|
backport:
|
||||||
name: Backport PR
|
name: Backport PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
if: |
|
||||||
|
github.event.pull_request.merged == true
|
||||||
|
&& contains(github.event.pull_request.labels.*.name, 'backport')
|
||||||
|
&& (
|
||||||
|
(github.event.action == 'labeled' && github.event.label.name == 'backport')
|
||||||
|
|| (github.event.action == 'closed')
|
||||||
|
)
|
||||||
steps:
|
steps:
|
||||||
- name: Backport Action
|
- name: Backport Action
|
||||||
uses: sqren/backport-github-action@848927304bbe2d5d1baa6e14383c12d85caf381e # pin@v9.3.0
|
uses: sqren/backport-github-action@f54e19901f2a57f8b82360f2490d47ee82ec82c6 # pin@v9.2.2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
auto_backport_label_prefix: backport-to-
|
auto_backport_label_prefix: backport-to-
|
||||||
|
add_original_reviewers: true
|
||||||
|
|
||||||
- name: Info log
|
- name: Info log
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user