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/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Auto-merge — nobody is in the merge loop.
#
# Green, ready PRs merge themselves and deploy themselves. The policy lives in
# ONE place for the whole fleet — bitbaum/dotfiles,
# ONE place for the whole fleet — bitbaum/fleet,
# scripts/ci/auto-merge-sweep.sh — and this file only says "run it, with these
# settings".
#
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ of `npm run verify` (needs network, a session, and a browser download).
A green, non-draft PR merges and deploys itself. `.github/workflows/auto-merge.yml`
squash-merges it, then dispatches CI on `main` and reconciles Deploy so the box
gets the build. The policy is no longer in this repo: it lives once for the whole
fleet in `bitbaum/dotfiles`, `scripts/ci/auto-merge-sweep.sh`, and this repo
fleet in `bitbaum/fleet`, `scripts/ci/auto-merge-sweep.sh`, and this repo
calls it as a reusable workflow. Read that file before changing anything here —
and change it THERE, because a fix made here would reach nobody.

Expand Down
Loading