Open
Conversation
blakeli0
reviewed
Feb 4, 2026
| fi | ||
|
|
||
| # Process each issue | ||
| for ISSUE_NUMBER in $ISSUE_NUMBERS; do |
Contributor
There was a problem hiding this comment.
Can we add a prefix and/or a label to each issue so that we know where this issue is coming from?
Contributor
Author
There was a problem hiding this comment.
Labels are automatically transferred as part of the process (if they exist on both repositories). As is, issues are tagged with api: <name> and those will copy over to the monorepo.
We can also prefix the issue title with [source-repo], if needed.
Contributor
Author
There was a problem hiding this comment.
The script now prefixes with something like [java-bigquery]
Contributor
There was a problem hiding this comment.
issues are tagged with api:
This might be the case for handwritten libraries, but there are no such labels for repos like auth/sdk-platform-java/libraries-bom.
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.
This helper script finds all the open issues of a source repo and will use the
gh issues tranfercommand to transfer them to a different repository.