From 57925499363d9b4c7ec86a8558cf4a52417cf251 Mon Sep 17 00:00:00 2001 From: G <41178744+catomean@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:35:57 +0200 Subject: [PATCH] chore(ci): call the auto-merge sweep from bitbaum/fleet The fleet automation moved out of dotfiles on 2026-08-28; the dotfiles path is now a forwarding shim. This points the caller at the sweep's real home. One line; the reusable workflow's interface is unchanged. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01AZCNYHwjEeqxNpYCUk6Yna --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 1e2a0dd..bec87aa 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -39,7 +39,7 @@ permissions: jobs: sweep: - uses: bitbaum/dotfiles/.github/workflows/auto-merge-sweep.yml@master + uses: bitbaum/fleet/.github/workflows/auto-merge-sweep.yml@main with: base_branch: main ci_workflow: ci.yml