mirror of https://github.com/samply/bridgehead.git
test backport target take 3
This commit is contained in:
parent
9eddfc8b9e
commit
cb00bd7352
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
backport:
|
backport:
|
||||||
name: Backport PR
|
name: Backport PR 2
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -16,13 +16,8 @@ jobs:
|
||||||
uses: sorenlouv/backport-github-action@v9.5.1
|
uses: sorenlouv/backport-github-action@v9.5.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
auto_backport_label_prefix: backport-to-feature/pilot-projects
|
auto_backport_label_prefix: backport-to-test/backport-target
|
||||||
branches: 'feature/pilot-projects'
|
add_original_reviewers : 'PierreDelpy'
|
||||||
#branches: 'feature/pilot-projects, another-branch'
|
|
||||||
title: 'Automated Backport from main'
|
|
||||||
labels: 'backport'
|
|
||||||
body: 'This PR automatically backports changes from the main branch to this feature branch after a PR was merged into main.'
|
|
||||||
reviewers : 'PierreDelpy'
|
|
||||||
|
|
||||||
- name: Info log
|
- name: Info log
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
Loading…
Reference in New Issue