mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-13 10:50:21 -04:00
Merge pull request #9060 from ThomasWaldmann/fix-backport-action
backport action: fix label_pattern
This commit is contained in:
commit
e4e62c964d
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