change: enable automatically enabling automatic merging on backport PRs

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-05-11 15:43:26 +05:00
parent 0fee29559f
commit d741b403a9
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -27,6 +27,7 @@ jobs:
uses: korthout/backport-action@v4.4 uses: korthout/backport-action@v4.4
with: with:
# Config README: https://github.com/korthout/backport-action#backport-action # Config README: https://github.com/korthout/backport-action#backport-action
auto_merge_enabled: true
pull_description: |- pull_description: |-
Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}. Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.