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
2 changes: 1 addition & 1 deletion .github/maintainer/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.12.0
19 changes: 19 additions & 0 deletions .github/maintainer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,22 @@ llm:
# allowed_task_types: [LINT_FAILURE, REVIEW_COMMENT]
# route_same_repo_only: true
# request_timeout_seconds: 120.0

# ── Fleet registry heartbeat ──────────────────────────────────────────────
# Caretaker posts a run-summary heartbeat to the central dashboard after
# each run. OAuth2 client_credentials (via OAUTH2_* repo secrets/vars)
# attaches a bearer JWT; the module caches the token in-process for reuse
# across runs.
fleet_registry:
enabled: true
endpoint: https://caretaker.cat-herding.net/api/fleet/heartbeat
oauth2:
enabled: true

# ── Triage ────────────────────────────────────────────────────────────────
# Triage lands on by default from caretaker 0.11.0. Start in dry_run so the
# first live runs emit the plan without mutating state; flip to false once
# the plan looks right.
triage:
enabled: true
dry_run: true
2 changes: 1 addition & 1 deletion .github/workflows/maintainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ jobs:
--config .github/maintainer/config.yml \
--mode self-heal \
--event-type workflow_run \
--event-payload "$CARETAKER_EVENT_PAYLOAD"
--event-payload "$CARETAKER_EVENT_PAYLOAD"
Loading