mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-16 02:57:32 +01:00
test backport target take 3
This commit is contained in:
13
.github/workflows/backport.yml
vendored
13
.github/workflows/backport.yml
vendored
@@ -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,18 +16,13 @@ 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() }}
|
||||||
run: cat ~/.backport/backport.info.log
|
run: cat ~/.backport/backport.info.log
|
||||||
|
|
||||||
- name: Debug log
|
- name: Debug log
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: cat ~/.backport/backport.debug.log
|
run: cat ~/.backport/backport.debug.log
|
||||||
Reference in New Issue
Block a user