fix(actions): resolve backport warning (#66)

This commit is contained in:
Cal Bera 2025-08-14 12:40:39 -07:00 committed by GitHub
parent 43a6aa8762
commit 524a4140ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,10 +121,11 @@ jobs:
# Add original PR author as assignee
add_author_as_assignee: true
# What to do when there are conflicts
# Options: "fail" or "draft_commit_conflicts"
# Using draft_commit_conflicts so conflicts don't block the process
conflicts_strategy: "draft_commit_conflicts"
# Enable experimental features (includes conflict handling)
experimental: |
{
"detect_merge_method": true
}
# Cherry-picking strategy
# Options: "auto", "recursive", "ort"