link from github to bpo?
My apologies if this has been discussed/answered before, but is there a link from the github side to the bpo side? For example, I'm looking at https://github.com/python/cpython/pull/2304 and it would be great if such a link existed to take me directly to the bpo issue.
-- ~Ethan~
Yes, for that PR, scroll down and click the "View Details" button. Click the Details link next to bedevere/issue number status check. It will take you to the issue in bpo.
There is also an open issue in bedevere, where the link will be added at the bottom of the PR message. https://github.com/python/bedevere/issues/3 (I believe Brett is working on it :) )
Mariatta Wijaya
On Wed, Jun 21, 2017 at 9:58 AM, Ethan Furman <ethan@stoneleaf.us> wrote:
PR 2304 is merged. "View Details" still exists (scroll all the way down).
When the PR is not yet merged (e.g. https://github.com/python/cpython/pull/2316), the UI looks different. Click 'Show all checks' to get the link back to bpo.
Mariatta Wijaya
On Wed, Jun 21, 2017 at 1:21 PM, R. David Murray <rdmurray@bitdance.com> wrote:
If people would like to see the bpo link be automatically appended to the original PR message, feel free to help with https://github.com/python/bedevere/issues/3 :)
On Wed, 21 Jun 2017 at 13:38 Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
On Wed, 21 Jun 2017 13:37:22 -0700, Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
Odd, I don't see a 'show all checks' on that PR. And I usually have to click 'show all checks' on open PRs (at least if the checks have all passed) in order to get to the bedevere link.
--David
On Fri, 23 Jun 2017 at 09:28 R. David Murray <rdmurray@bitdance.com> wrote:
Go to the entry representing Larry's merge and click on the "View details" button. That will expand to show all of the status checks that were done when the PR was merged (in this instance there was no issue number so you won't see a "Details" link for the bedevere/issue-number check).
participants (4)
-
Brett Cannon
-
Ethan Furman
-
Mariatta Wijaya
-
R. David Murray