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
4 changes: 2 additions & 2 deletions .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 — maonakamoto/dotfiles, scripts/ci/auto-merge-sweep.sh
# ONE place for the whole fleet — bitbaum/dotfiles, scripts/ci/auto-merge-sweep.sh
# — and this file only says "run it, here, with these settings".
#
# It used to be a ~245-line copy of that script. Twenty-two repos held such a
Expand Down Expand Up @@ -39,7 +39,7 @@ permissions:

jobs:
sweep:
uses: maonakamoto/dotfiles/.github/workflows/auto-merge-sweep.yml@master
uses: bitbaum/dotfiles/.github/workflows/auto-merge-sweep.yml@master
with:
base_branch: main
ci_workflow: ci.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy

# Push to main → deploy this app to bitbaum. All the logic lives in one
# place: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml
# place: bitbaum/fleetcrown/.github/workflows/selfhost-deploy.yml
# (docs: docs/infrastructure/self-host-cd.md there). It waits for this
# commit's own CI to go green before anything reaches the box.

Expand All @@ -15,7 +15,7 @@ on:

jobs:
deploy:
uses: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml@main
uses: bitbaum/fleetcrown/.github/workflows/selfhost-deploy.yml@main
with:
app: sink
secrets: inherit
Loading