Skip to content

Commit 0a28d90

Browse files
authored
Update backport.yml
1 parent bf0b209 commit 0a28d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
backport:
1212
name: Backport pull request
1313
runs-on: ubuntu-latest
14-
1514
# Only run when pull request is merged
1615
# or when a comment starting with `/backport` is created by someone other than the
1716
# https://github.com/backport-action bot user (user id: 97796249). Note that if you use your
@@ -30,3 +29,5 @@ jobs:
3029
- uses: actions/checkout@v4
3130
- name: Create backport pull requests
3231
uses: korthout/backport-action@v4
32+
with:
33+
auto_merge_enabled: true

0 commit comments

Comments
 (0)