Skip to content

chore(release): 0.2.0 - #45

Merged
clouddrove-ci merged 1 commit into
masterfrom
chore/release-0.2.0
Aug 19, 2026
Merged

chore(release): 0.2.0#45
clouddrove-ci merged 1 commit into
masterfrom
chore/release-0.2.0

Conversation

@clouddrove-ci

Copy link
Copy Markdown
Member

Cuts the Unreleased section and repoints the Action examples at the new tag.

What ships

Fixed: private repositories were invisible. git-sync discovered only the public half of a GitHub personal account, silently, with no error to point at, because GET /users/{owner}/repos returns public repositories only whatever token is presented. A GitLab source in a user namespace failed outright at the discover stage. Both are fixed, and a mirror that discovers nothing at all now warns and names the likely cause.

This is the reason to release. The fix is on master but no tag carries it, so anyone pinning @v0 or @v0.1.2 in a workflow still has the bug they reported.

Added: pull request head mirroring. With pull_requests.enabled on a mirror, the commits behind each open pull request opened from a fork are pushed to the destination as a branch under branch_prefix. Off by default, since a fork head is third party code and a destination that builds on branch push would run it.

After merge

Tag v0.2.0 and move v0 so Action users on the floating tag pick it up.

Cuts the Unreleased section carrying the private repository discovery fix
and pull request head mirroring, and repoints the Action examples at the
new tag.
@clouddrove-ci
clouddrove-ci merged commit 8e5c84e into master Aug 19, 2026
3 checks passed
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.

2 participants