-
Notifications
You must be signed in to change notification settings - Fork 23
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
[MER-2419] feat: av pr queue
support
#188
Conversation
Current Aviator status
This PR was merged using Aviator. |
bd4923f
to
584f1ca
Compare
2aa9d9c
to
048e04a
Compare
048e04a
to
e1d6cb1
Compare
Short: "queue a pull request for the current branch", | ||
SilenceUsage: true, | ||
Args: cobra.NoArgs, | ||
// error or reterr from emperror.dev/errors here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't reeeeally matter that much. The main benefit is that if you run with av --debug
it will print out stack traces, but the traces would be so shallow at this point that it doesn't matter super hard.
"prNumber": graphql.Int(prNumber), | ||
} | ||
|
||
// I have a feeling this would be better written inside of av/internals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this comment~ we can move things to internal
at some point if we want to.
No description provided.