From c0b53e469abbf889dd0ca8c6b7b2de0d76042346 Mon Sep 17 00:00:00 2001 From: Anso Date: Sun, 29 Mar 2026 21:52:56 -0400 Subject: [PATCH] ci: fix screenshot PR auto-merge on private repos (#264) gh pr merge --auto requires branch protection with required status checks. This repo has no branch protection, so GitHub rejects --auto with "clean status" error. Remove --auto to merge immediately. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6361802c..434c8fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,7 +195,7 @@ jobs: GH_TOKEN: ${{ secrets.DOCS_REPO_TOKEN }} run: | gh pr merge ${{ steps.create-pr.outputs.pull-request-number }} \ - --auto --squash \ + --squash \ --repo ${{ github.repository }} sync-docs: