test backport target take 3

This commit is contained in:
Pierre Delpy 2024-08-27 10:49:19 +02:00
parent 9eddfc8b9e
commit cb00bd7352
1 changed files with 4 additions and 9 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
backport:
name: Backport PR
name: Backport PR 2
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
@ -16,18 +16,13 @@ jobs:
uses: sorenlouv/backport-github-action@v9.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: backport-to-feature/pilot-projects
branches: 'feature/pilot-projects'
#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'
auto_backport_label_prefix: backport-to-test/backport-target
add_original_reviewers : 'PierreDelpy'
- name: Info log
if: ${{ success() }}
run: cat ~/.backport/backport.info.log
- name: Debug log
if: ${{ failure() }}
run: cat ~/.backport/backport.debug.log