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.
This commit is contained in:
Anso
2026-03-29 21:52:56 -04:00
committed by GitHub
parent e8c87fdc05
commit c0b53e469a
+1 -1
View File
@@ -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: