Re: [core-workflow] Are the "cherry-pick for *" labels on GitHub useful?

2017-05-09 Thread Mariatta Wijaya
Right now I'm only using the cherry-pick labels to verify whether a backport has been done or not, so then I can remove the `needs backport to` label from the original PR. If all of these become automated, then perhaps cherry-pick labels aren't needed. There should still be a bot that removes the

Re: [core-workflow] Are the "cherry-pick for *" labels on GitHub useful?

2017-05-09 Thread Brett Cannon
On Tue, 9 May 2017 at 10:23 Mariatta Wijaya wrote: > Right now I'm only using the cherry-pick labels to verify whether a > backport has been done or not, so then I can remove the `needs backport to` > label from the original PR. > Sorry, I didn't mean to suggest that I thought the "needs backpor

Re: [core-workflow] Where to host documentation? (was: Voting on possible subdomains for the devguide)

2017-05-09 Thread Eric Holscher
As another note, PEP 545 (https://www.python.org/dev/peps/pep-0545/) requires a lot of changes to how Python generates its documentation. RTD already has support for this (http://docs.readthedocs.io/en/latest/localization.html) and I'd argue this is another classic case of duplicating effort, inste

Re: [core-workflow] Are the "cherry-pick for *" labels on GitHub useful?

2017-05-09 Thread Nick Coghlan
On 10 May 2017 at 03:23, Mariatta Wijaya wrote: > Right now I'm only using the cherry-pick labels to verify whether a backport > has been done or not, so then I can remove the `needs backport to` label > from the original PR. For that purpose, what's probably more important is the backport PR tit

Re: [core-workflow] Where to host documentation? (was: Voting on possible subdomains for the devguide)

2017-05-09 Thread Carol Willing
Eric Holscher wrote: As another note, PEP 545 (https://www.python.org/dev/peps/pep-0545/) requires a lot of changes to how Python generates its documentation. RTD already has support for this (http://docs.readthedocs.io/en/latest/localization.html) and I'd argue this is another classic case of