From adc52498a74721f3e038398160b2bc0c405ada47 Mon Sep 17 00:00:00 2001 From: cuioss-release-bot Date: Thu, 5 Feb 2026 16:54:16 +0100 Subject: [PATCH] chore: update Git Workflow to use auto-merge --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 67072a8..25c5742 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,6 +29,6 @@ This repository has branch protection on `main`. Direct pushes to `main` are nev 2. Commit changes: `git add && git commit -m ""` 3. Push the branch: `git push -u origin ` 4. Create a PR: `gh pr create --head --base main --title "" --body "<body>"` -5. Wait for CI: `gh pr checks --watch` -6. Merge when checks pass: `gh pr merge --squash --delete-branch` +5. Enable auto-merge: `gh pr merge --auto --squash --delete-branch` +6. Wait for merge (check every ~60s): `while gh pr view --json state -q '.state' | grep -q OPEN; do sleep 60; done` 7. Return to main: `git checkout main && git pull`