Re: [PLEASE PARTICIPATE] Brainstorming ideas for Season of Docs

2019-04-22 Thread Aizhamal Nurmamat kyzy
Hi all, +Ash Berlin-Taylor Could you please confirm, whether you will submit the organization application to SoD *before April 23, 2019 20:00 UTC*? All the information needed in the form are provided in the doc [1]. For all mentors, please don't forget to complete mentor's registration form by t

Re: Use -x when cherry-picking to v1-10 branches

2019-04-22 Thread Deng Xiaodong
Agree. XD On Tue, Apr 23, 2019 at 05:15 Kaxil Naik wrote: > Definitely, agreed. > > On Mon, Apr 22, 2019 at 9:28 PM Jarek Potiuk > wrote: > > > Hello Everyone (committers especially). > > > > I have a proposal to improve slightly the cherry-picking process between > > master and v1-10-branches

Re: Proposal: Automatically mark stale PRs in github

2019-04-22 Thread Jarek Potiuk
I think current stalebot configuration will not help us for quite a while for mysterious reason. I looked at the current PRs and somehow mysteriously vast majority of issues (even issues last-commented in 2017) have been updated 17 days ago.

Re: Use -x when cherry-picking to v1-10 branches

2019-04-22 Thread Kaxil Naik
Definitely, agreed. On Mon, Apr 22, 2019 at 9:28 PM Jarek Potiuk wrote: > Hello Everyone (committers especially). > > I have a proposal to improve slightly the cherry-picking process between > master and v1-10-branches: We could use `-x` flag when cherry-picking. This > will automatically record

Re: Proposal: Automatically mark stale PRs in github

2019-04-22 Thread Jarek Potiuk
Here is a better search showing all the 103 issues - all of them "updated" 17 days ago https://github.com/apache/airflow/pulls?page=1&q=is%3Apr+is%3Aopen+updated%3A%3C2019-04-06+sort%3Aupdated-desc On Mon, Apr 22, 2019 at 11:06 PM Jarek Potiuk wrote: > I think current stalebot configuration will

Re: Use -x when cherry-picking to v1-10 branches

2019-04-22 Thread Maxime Beauchemin
Always, always use `-x` when cherry-picking! On Mon, Apr 22, 2019 at 1:28 PM Jarek Potiuk wrote: > Hello Everyone (committers especially). > > I have a proposal to improve slightly the cherry-picking process between > master and v1-10-branches: We could use `-x` flag when cherry-picking. This >

Use -x when cherry-picking to v1-10 branches

2019-04-22 Thread Jarek Potiuk
Hello Everyone (committers especially). I have a proposal to improve slightly the cherry-picking process between master and v1-10-branches: We could use `-x` flag when cherry-picking. This will automatically record the original commit hash. Can we agree on that between committers :)? J. Here is