Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .loopover.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,14 @@ settings:
# override that default in either direction for this repo. inherit | off | enabled. Default: inherit.
# skipAutomationBotAuthors: inherit

# Duplicate-winner adjudication (#dup-winner): when several open PRs link the same
# issue, off (the legacy default) closes EVERY sibling as a duplicate; on spares the
# earliest claimant. "inherit" defers to the self-host operator's
# LOOPOVER_DUPLICATE_WINNER env default (itself off by default); "off"/"enabled"
# override that default in either direction for this repo.
# inherit | off | enabled. Default: inherit.
# duplicateWinnerMode: inherit

# Hard manual-review path guardrails are config-as-code only. Safe by default (#3943): whatever you list
# here is ADDED to a fixed, built-in invariant set (CI workflows/scripts, deploy config, config-as-code
# files, core engine-decision paths — see DEFAULT_HARD_GUARDRAIL_GLOBS in src/review/guardrail-config.ts)
Expand Down
Loading
Loading