Skip to content

Push pipeline branches to the org repository - #844

Merged
Jack-Edwards merged 1 commit into
stablefrom
chore/org-direct-pipeline-remotes
Aug 5, 2026
Merged

Push pipeline branches to the org repository#844
Jack-Edwards merged 1 commit into
stablefrom
chore/org-direct-pipeline-remotes

Conversation

@Jack-Edwards

Copy link
Copy Markdown
Member

The pipeline skills assumed origin was a personal fork and upstream the org repository. A checkout with one origin remote pointing at the org fails on crypter-step-plan's first command, and the push step has no upstream/stable to sync a fork from.

Branches now go to the org repository directly. That removes the fork sync push and the second pull request that had to be opened by hand afterwards, so a /crypter-change run ends at one draft pull request. crypter-step-open-pull-request checks origin before it pushes.

Container-side skills keep upstream — that is the name the container's own clone gives its single read-only remote, and it is unaffected by this. The pipeline doc now says so, since the same repository having two names across the boundary is otherwise a trap.

The doc also loses its "Enable Actions on your fork" section, which no longer applies.

The pipeline skills assumed origin was a personal fork and upstream the org
repository. This checkout has one remote, origin, pointing at the org, so
crypter-step-plan failed on its first command and the push step had no
upstream/stable to sync a fork from.

Branches now go to the org repository the way every branch before the pipeline
did, which removes the fork sync push and the second pull request that had to
be opened by hand afterwards. crypter-step-open-pull-request checks origin
before pushing, since a checkout wired up differently sends the branch
somewhere the pull request will not find it.

Container-side skills keep the upstream remote name. That is the name the
container's own clone gives its single read-only remote, and it is unaffected.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@Jack-Edwards
Jack-Edwards merged commit 50f1230 into stable Aug 5, 2026
11 checks passed
@Jack-Edwards
Jack-Edwards deleted the chore/org-direct-pipeline-remotes branch August 5, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant