From 46c2391a6eb275c80af0f53752398d62656f37ab Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:24:55 +0000 Subject: [PATCH] ci(workflows): adopt reusable auto-arm-merge Calls chittyfoundation/.github reusable workflow to arm auto-merge --squash --delete-branch on every non-draft PR. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/auto-arm-merge.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/auto-arm-merge.yml diff --git a/.github/workflows/auto-arm-merge.yml b/.github/workflows/auto-arm-merge.yml new file mode 100644 index 0000000..32cfe1e --- /dev/null +++ b/.github/workflows/auto-arm-merge.yml @@ -0,0 +1,7 @@ +name: Auto-Arm Merge +on: + pull_request: + types: [opened, ready_for_review, reopened] +jobs: + arm: + uses: chittyfoundation/.github/.github/workflows/auto-arm-merge.yml@main