-
Notifications
You must be signed in to change notification settings - Fork 159
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
cmd/gerritbot: set Gerrit WIP when GitHub PR is draft #47
Conversation
This PR (HEAD: a5a6d14) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/build/+/450315 to see it. Tip: You can toggle comments from me using the |
178cd3c
to
a9716bd
Compare
This PR (HEAD: a9716bd) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/build/+/450315 to see it. Tip: You can toggle comments from me using the |
Message from Dmitri Shuralyov: Patch Set 2: Run-TryBot+1 (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 2: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
This PR (HEAD: 3362cff) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/build/+/450315 to see it. Tip: You can toggle comments from me using the |
Message from Matt Hickford: Patch Set 5: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Dmitri Shuralyov: Patch Set 6: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 6: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Dmitri Shuralyov: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
This PR (HEAD: 512da49) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/build/+/450315 to see it. Tip: You can toggle comments from me using the |
Message from Matt Hickford: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Dmitri Shuralyov: Patch Set 7: Run-TryBot+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Dmitri Shuralyov: Patch Set 7: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Dmitri Shuralyov: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Gopher Robot: Patch Set 7: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Matt Hickford: Patch Set 7: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
Message from Matthew Hickford: Patch Set 7: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/450315. |
When uploading a new patch set to Gerrit, set the Gerrit CL WIP bit to be the same as the GitHub Pull Request draft bit. Fixes golang/go#30244. Change-Id: I29ce3bc51e0ef2ee8012c0ad2547ff2dd0c56912 GitHub-Last-Rev: 512da49 GitHub-Pull-Request: #47 Reviewed-on: https://go-review.googlesource.com/c/build/+/450315 Reviewed-by: Matt Hickford <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Matthew Hickford <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
This PR is being closed because golang.org/cl/450315 has been merged. |
When uploading a new patch set to Gerrit, set the Gerrit CL WIP bit
to be the same as the GitHub Pull Request draft bit.
Fixes golang/go#30244.