-
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy path.loopover.minimal.yml
More file actions
29 lines (26 loc) · 1.13 KB
/
Copy path.loopover.minimal.yml
File metadata and controls
29 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ============================================================================
# .loopover.minimal.yml — smallest safe starter config for a new repo
# ============================================================================
#
# Copy this file to your repo root as `.loopover.yml` and customize from here.
# (This filename is not read directly — only `.loopover.yml` / `.github/loopover.yml` are.)
# Also shipped at config/examples/loopover.minimal.yml for self-host operators.
# For every supported field, defaults, and examples see `.loopover.yml.example` or
# config/examples/loopover.full.yml.
#
# Safe by default:
# - Gate off (enable explicitly when you are ready)
# - Autonomy observe-only (deny-by-default — no auto-merge, auto-close, or auto-label)
# - No auto-maintain / write behavior unless you add it later
# ============================================================================
# Optional: declare work areas you want contributors to focus on.
# wantedPaths:
# - "src/**"
gate:
checkMode: disabled
settings:
autonomy:
merge: observe
close: observe
label: observe
review_state_label: observe