We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0b209 commit 0a28d90Copy full SHA for 0a28d90
.github/workflows/backport.yml
@@ -11,7 +11,6 @@ jobs:
11
backport:
12
name: Backport pull request
13
runs-on: ubuntu-latest
14
-
15
# Only run when pull request is merged
16
# or when a comment starting with `/backport` is created by someone other than the
17
# https://github.com/backport-action bot user (user id: 97796249). Note that if you use your
@@ -30,3 +29,5 @@ jobs:
30
29
- uses: actions/checkout@v4
31
- name: Create backport pull requests
32
uses: korthout/backport-action@v4
+ with:
33
+ auto_merge_enabled: true
0 commit comments