[Python-Dev] New workflow change: Welcome to blurb (original) (raw)

Brett Cannon brett at python.org
Sun Jun 25 12:39:27 EDT 2017


On Sat, Jun 24, 2017, 23:45 Nick Coghlan, <ncoghlan at gmail.com> wrote:

On 25 June 2017 at 16:31, Terry Reedy <tjreedy at udel.edu> wrote: >> 25.06.17 06:04, Nick Coghlan пише: >>> All the PRs share an issue number in that case, so Bedevere should be >>> able to pick up that there's a pre-existing NEWS entry (even if it >>> isn't being added by that particular PR). > > You seem to be suggesting adding a possibly incomplete entry with the first > patch. If that is so, it would be helpful if blurb could pull an existing > file for an issue into the editor.

I was mainly referring to cases where either an initial commit (with a complete NEWS entry) requires follow-up fixes (no NEWS edit necessary). However, another case did occur to me, which is fixing bugs reported against never-released features (which is what I'm currently working on for PEP 538).

https://github.com/python/bedevere/pull/22 is the current implementation of the check. All it does is see if the PR has a path that contains a news file. It can also easily be changed to also support some "no news" label if people want it to.

So trying to automate that particular check may end up proving to be more hassle than it's worth.

The entire reason I want to have this check is I don't want or have to ask another PR submitter to include a draft of a news item. It's much easier to edit an existing news entry through the web UI than either ask for it and deal with the turnaround time to get the PR submitter to add it.

-brett

Cheers, Nick.

-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia


Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/brett%40python.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170625/2f1846f3/attachment.html>



More information about the Python-Dev mailing list