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: 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() }}