mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
backport.yml : Fix copy_labels_pattern (#7050)
This commit is contained in:
parent
66ed85e0c0
commit
22a25d4387
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
uses: korthout/backport-action@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # Pinned at v2.5.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
copy_labels_pattern: '*'
|
||||
copy_labels_pattern: '.+'
|
||||
label_pattern: '^backport-to-(.+)$'
|
||||
|
Loading…
Reference in New Issue
Block a user