|
@@ -37,6 +37,8 @@ jobs:
|
|
startsWith(github.event.comment.body, '/backport')
|
|
startsWith(github.event.comment.body, '/backport')
|
|
)
|
|
)
|
|
steps:
|
|
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/(.+)$'
|