-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/build/cmd/gerritbot: handle Draft Pull Requests in a sensible way #30244
Labels
Builders
x/build issues (builders, bots, dashboards)
Community
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Giving this more time. |
hickford
added a commit
to hickford/build
that referenced
this issue
Nov 14, 2022
hickford
added a commit
to hickford/build
that referenced
this issue
Nov 14, 2022
hickford
added a commit
to hickford/build
that referenced
this issue
Nov 15, 2022
Change https://go.dev/cl/450315 mentions this issue: |
hickford
added a commit
to hickford/build
that referenced
this issue
Nov 15, 2022
Repository owner
moved this from In Progress
to Done
in Go Release
Nov 15, 2022
hickford
added a commit
to hickford/build
that referenced
this issue
Nov 15, 2022
Updates golang/go#30244 Change-Id: I29ce3bc51e0ef2ee8012c0ad2547ff2dd0c56912
Change https://go.dev/cl/451075 mentions this issue: |
gopherbot
pushed a commit
to golang/build
that referenced
this issue
Nov 16, 2022
Updates golang/go#30244 Change-Id: I670d4444ffbe29a079fb4a933e74c34c7c5de026 GitHub-Last-Rev: 565d01c GitHub-Pull-Request: #48 Reviewed-on: https://go-review.googlesource.com/c/build/+/451075 Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Matthew Hickford <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Builders
x/build issues (builders, bots, dashboards)
Community
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
GitHub has released a new feature today, Draft Pull Requests:
https://github.blog/2019-02-14-introducing-draft-pull-requests/
This is a tracking issue to make sure
gerritbot
handles such PRs, if people make them, in a way that makes sense.We need to investigate and decide what needs to happen differently, if anything at all. It'll probably be easier to wait for draft PRs to be sent before starting the investigation. We can also tell how big of a deal it is then.
If we need to do anything, I suspect we want to set the Gerrit WIP bit to mirror the GitHub draft status. Or, if the intended use of draft PRs is to signal "DO NOT REVIEW" (rather than "DO NOT SUBMIT"), perhaps not importing into Gerrit until the draft status is removed is a good idea.
GitHub has added preview API support for both GitHub v3 and v4 APIs. The tracking issue for adding support for this to
go-github
is google/go-github#1120./cc @bradfitz @andybons
The text was updated successfully, but these errors were encountered: