mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-19 02:29:19 -05:00
backport action: fix label_pattern
This commit is contained in:
parent
cb8f6ad775
commit
ee4083eaa7
1 changed files with 5 additions and 3 deletions
8
.github/workflows/backport.yml
vendored
8
.github/workflows/backport.yml
vendored
|
|
@ -37,6 +37,8 @@ jobs:
|
|||
startsWith(github.event.comment.body, '/backport')
|
||||
)
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create backport pull requests
|
||||
uses: korthout/backport-action@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create backport pull requests
|
||||
uses: korthout/backport-action@v3
|
||||
with:
|
||||
label_pattern: '^port/(.+)$'
|
||||
|
|
|
|||
Loading…
Reference in a new issue