mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +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 original PR author as assignee
|
||||||
add_author_as_assignee: true
|
add_author_as_assignee: true
|
||||||
|
|
||||||
# What to do when there are conflicts
|
# Enable experimental features (includes conflict handling)
|
||||||
# Options: "fail" or "draft_commit_conflicts"
|
experimental: |
|
||||||
# Using draft_commit_conflicts so conflicts don't block the process
|
{
|
||||||
conflicts_strategy: "draft_commit_conflicts"
|
"detect_merge_method": true
|
||||||
|
}
|
||||||
|
|
||||||
# Cherry-picking strategy
|
# Cherry-picking strategy
|
||||||
# Options: "auto", "recursive", "ort"
|
# Options: "auto", "recursive", "ort"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue