-
Notifications
You must be signed in to change notification settings - Fork 7.6k
interactive pr list #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
this commit adds `gh pr` back with the caveat that it doesn't support closing. i wanted to use graphql to do it but couldn't figure it out in time.
Closed
mislav
pushed a commit
that referenced
this pull request
Sep 28, 2021
Refactors most of the library to solidify some of the implementation with tests
saraycp
added a commit
to saraycp/open-build-service
that referenced
this pull request
Jan 19, 2022
WARNING: this migration is broken, run the test of the migration to figure out why. The plan is to add '\b' or similar before and after the regex, in order to limit the boundaries of a word. So strings like 'i#1', '[i#1]', ' i#1', etc. match but strings like 'gh#cli/cli#1' don't match with the regular expression "i#(\d+)". TODO: we need to confirm that this regex works fine with Perl in the backend.
krauselukas
pushed a commit
to krauselukas/open-build-service
that referenced
this pull request
Jan 27, 2022
WARNING: this migration is broken, run the test of the migration to figure out why. The plan is to add '\b' or similar before and after the regex, in order to limit the boundaries of a word. So strings like 'i#1', '[i#1]', ' i#1', etc. match but strings like 'gh#cli/cli#1' don't match with the regular expression "i#(\d+)". TODO: we need to confirm that this regex works fine with Perl in the backend.
dmgardiner25
added a commit
that referenced
this pull request
Oct 11, 2022
Fixes races and timeout issue
andyfeller
pushed a commit
that referenced
this pull request
Apr 9, 2024
Add tests for non-happy field paths
jtmcg
added a commit
that referenced
this pull request
Jan 4, 2025
jtmcg
pushed a commit
that referenced
this pull request
Jan 6, 2025
Fixed test for stdout in non-tty use case of repo fork
jtmcg
added a commit
that referenced
this pull request
Feb 19, 2025
rancorm
pushed a commit
to rancorm/cli
that referenced
this pull request
May 3, 2025
rancorm
pushed a commit
to rancorm/cli
that referenced
this pull request
May 3, 2025
This was referenced May 31, 2025
1 task
1 task
1 task
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 PR implements the interactive PR list we had in the original
cli-testrepo.caveats:
it's not ideal but it's something