mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user