-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add --label argument to label new PRs #65
Conversation
Solid, thanks for extending the test infra too with this change! |
Actually, I did have a question about this: I just added a |
Oh it's probably in the Issue class (every PullRequest is an Issue). Do you see it now? Labels are modeled in a sort of complicated way but it would be good to do it properly. |
@ezyang I updated this PR to fix the GraphQL test infra for labels (see also grantjenks/python-sortedcontainers#107 for more context on some of those changes), and changed it so now it applies the |
@ezyang I fixed the mutable argument default and simplified the |
@samestep and I chatted about this PR and we agreed to park it for now while waiting for more details about optionally triggered CI builds to pan out. The label GraphQL changes are generally useful and we should make sure they eventually get merged, even if we don't actually have the |
Closing this for now since there aren't currently plans to merge it. |
Resolves #64 (opened by @SplitInfinity).