Skip to content

Commit

Permalink
ci: always copy label on backport
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
katexochen committed Jul 1, 2024
1 parent 8659343 commit 8c443b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: korthout/backport-action@bd410d37cdcae80be6d969823ff5a225fe5c833f # v3.0.2
with:
copy_milestone: true
copy_labels_pattern: 'changelog'
copy_labels_pattern: '.*'
pull_title: '[${target_branch}] ${pull_title}'
github_token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
pull_description: |
Expand Down

0 comments on commit 8c443b3

Please sign in to comment.