mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-09-03 22:25:30 +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 }}
|
GH_TOKEN: ${{ secrets.DOCS_REPO_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
gh pr merge ${{ steps.create-pr.outputs.pull-request-number }} \
|
gh pr merge ${{ steps.create-pr.outputs.pull-request-number }} \
|
||||||
--auto --squash \
|
--squash \
|
||||||
--repo ${{ github.repository }}
|
--repo ${{ github.repository }}
|
||||||
|
|
||||||
sync-docs:
|
sync-docs:
|
||||||
|
|||||||
Reference in New Issue
Block a user