Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Brett Cannon
On Fri, 26 Jan 2018 at 13:04 Ethan Furman 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

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ethan Furman
On 01/26/2018 01:09 PM, Ned Deily wrote: On Jan 26, 2018, at 16:05, Ethan Furman 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

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ned Deily
On Jan 26, 2018, at 16:05, Ethan Furman 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

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ethan Furman
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

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Mariatta Wijaya
> 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

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Ethan Furman
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

Re: [python-committers] trivial tag on GitHub?

2018-01-26 Thread Terry Reedy
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

[python-committers] trivial tag on GitHub?

2018-01-25 Thread Ethan Furman
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~ ___