mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
fix(actions): resolve backport warning (#66)
This commit is contained in:
parent
43a6aa8762
commit
524a4140ee
1 changed files with 5 additions and 4 deletions
9
.github/workflows/backport.yml
vendored
9
.github/workflows/backport.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue