trivial tag on GitHub?

I created a new pull request to add a forgotten news entry, and now it's going through all the pre-checks, etc.
I seem to recall we could add a "trivial" tag to an issue to skip those. Is that still true, and if so, how?
-- ~Ethan~

On 1/26/2018 1:28 AM, Ethan Furman wrote:
I created a new pull request to add a forgotten news entry, and now it's going through all the pre-checks, etc.
I seem to recall we could add a "trivial" tag to an issue to skip those. Is that still true, and if so, how?
'trivial' was replaced by 'skip issue', to skip the bpo issue number check, and 'skip news', to skip the news check. A PR to provide forgotten news entry should pass the news check and should have a bpo number (the same one in the news entry).

On 01/26/2018 12:45 AM, Terry Reedy wrote:
On 1/26/2018 1:28 AM, Ethan Furman wrote:
I created a new pull request to add a forgotten news entry, and now it's going through all the pre-checks, etc.
I seem to recall we could add a "trivial" tag to an issue to skip those. Is that still true, and if so, how?
'trivial' was replaced by 'skip issue', to skip the bpo issue number check, and 'skip news', to skip the news check. A PR to provide forgotten news entry should pass the news check and should have a bpo number (the same one in the news entry).
So when the original PR didn't have a news entry, what should I have seen to alert me to that? And should this thread be on the Workflow list?
-- ~Ethan~

So when the original PR didn't have a news entry, what should I have seen to alert me to that?
If a news entry is missing from the PR, the CI check at the bottom of the PR will fail. You should see the following:
bedevere/news -- No news entry in Misc/NEWS.d/next/ or "skip news" label found
An example can be seen here (at least at the time I write this email) https://github.com/python/cpython/pull/5347

On 01/26/2018 09:28 AM, Mariatta Wijaya wrote:
So when the original PR didn't have a news entry, what should I have seen to alert me to that?
If a news entry is missing from the PR, the CI check at the bottom of the PR will fail. You should see the following:
bedevere/news -- No news entry in Misc/NEWS.d/next/ or "skip news" label found
An example can be seen here (at least at the time I write this email) https://github.com/python/cpython/pull/5347
Okay, I see it in your example. Here's the PR I'm talking about:
https://github.com/python/cpython/pull/5103
I see no NEWS commit, and no "missing news" alert. Did I misstep somewhere?
-- ~Ethan~

On Jan 26, 2018, at 16:05, Ethan Furman ethan@stoneleaf.us wrote:
On 01/26/2018 09:28 AM, Mariatta Wijaya wrote:
So when the original PR didn't have a news entry, what should I have seen to alert me to that?
If a news entry is missing from the PR, the CI check at the bottom of the PR will fail. You should see the following:
bedevere/news -- No news entry in Misc/NEWS.d/next/ or "skip news" label found
An example can be seen here (at least at the time I write this email) https://github.com/python/cpython/pull/5347
Okay, I see it in your example. Here's the PR I'm talking about:
https://github.com/python/cpython/pull/5103
I see no NEWS commit, and no "missing news" alert. Did I misstep somewhere?
It's all the way at the bottom, generated by blurb:
Misc/NEWS.d/next/Library/2018-01-04-14-45-33.bpo-29237.zenYA6.rst
https://github.com/python/cpython/pull/5103/files
-- Ned Deily nad@python.org -- []

On 01/26/2018 01:09 PM, Ned Deily wrote:
On Jan 26, 2018, at 16:05, Ethan Furman ethan@stoneleaf.us wrote:
On 01/26/2018 09:28 AM, Mariatta Wijaya wrote:
So when the original PR didn't have a news entry, what should I have seen to alert me to that?
If a news entry is missing from the PR, the CI check at the bottom of the PR will fail. You should see the following:
bedevere/news -- No news entry in Misc/NEWS.d/next/ or "skip news" label found
An example can be seen here (at least at the time I write this email) https://github.com/python/cpython/pull/5347
Okay, I see it in your example. Here's the PR I'm talking about:
https://github.com/python/cpython/pull/5103
I see no NEWS commit, and no "missing news" alert. Did I misstep somewhere?
It's all the way at the bottom, generated by blurb:
Misc/NEWS.d/next/Library/2018-01-04-14-45-33.bpo-29237.zenYA6.rst
Ah, thanks Ned, and everyone. So the takeaway is if I see something totally incomprehensible, it's probably the NEWS file. Also, I can't merge without a NEWS file. Good things. ;)
-- ~Ethan~

On Fri, 26 Jan 2018 at 13:04 Ethan Furman ethan@stoneleaf.us wrote:
On 01/26/2018 09:28 AM, Mariatta Wijaya wrote:
So when the original PR didn't have a news entry, what should I have
seen to alert me to that?
If a news entry is missing from the PR, the CI check at the bottom of
the PR will fail.
You should see the following:
bedevere/news -- No news entry in Misc/NEWS.d/next/ or "skip news" label
found
An example can be seen here (at least at the time I write this email) https://github.com/python/cpython/pull/5347
Okay, I see it in your example. Here's the PR I'm talking about:
https://github.com/python/cpython/pull/5103
I see no NEWS commit, and no "missing news" alert. Did I misstep somewhere?
No, you just missed the news entry: https://github.com/python/cpython/pull/5103/files#diff-b1662ec7a5e858b21ea9f... .
participants (5)
-
Brett Cannon
-
Ethan Furman
-
Mariatta Wijaya
-
Ned Deily
-
Terry Reedy