chore(release): 0.2.0 - #45
Merged
Merged
Conversation
Cuts the Unreleased section carrying the private repository discovery fix and pull request head mirroring, and repoints the Action examples at the new tag.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts the
Unreleasedsection and repoints the Action examples at the new tag.What ships
Fixed: private repositories were invisible.
git-syncdiscovered only the public half of a GitHub personal account, silently, with no error to point at, becauseGET /users/{owner}/reposreturns public repositories only whatever token is presented. A GitLab source in a user namespace failed outright at thediscoverstage. 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
@v0or@v0.1.2in a workflow still has the bug they reported.Added: pull request head mirroring. With
pull_requests.enabledon a mirror, the commits behind each open pull request opened from a fork are pushed to the destination as a branch underbranch_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.0and movev0so Action users on the floating tag pick it up.