Re: [ANNOUNCE] Criteria for merging pull requests is updated

2021-07-04 Thread Xintong Song
IIUC, the major purpose for not using the "rebase and merge" button is to overcome the problems caused by concurrent mergings. Admittedly, the chance such problems happen is higher approaching and during the release testing phase, and the damage is also more significant. However, such problems can

Re: [ANNOUNCE] Criteria for merging pull requests is updated

2021-07-02 Thread Kurt Young
It seems disabling the merge button was only proposed during the release testing phase, which IMO doesn't mean we can't use it forever. Best, Kurt On Fri, Jul 2, 2021 at 3:01 PM Xintong Song wrote: > It was part of the draft proposed in this mail [1]. And before that, it was > brought up sever

Re: [ANNOUNCE] Criteria for merging pull requests is updated

2021-07-02 Thread Xintong Song
It was part of the draft proposed in this mail [1]. And before that, it was brought up several times in both ML discussions [2][3] and IIRC offline release syncs. If that is too implicit and there are objections, I'm open to keeping on that discussion. Thank you~ Xintong Song [1] https://lists

Re: [ANNOUNCE] Criteria for merging pull requests is updated

2021-07-01 Thread Chesnay Schepler
- SHOULD NOT use the GitHub UI to merge PRs Where was this discussed? On 7/2/2021 6:59 AM, Xintong Song wrote: Hi Flink committers, As previously discussed [1], the criteria for merging pull requests has been updated. A full version of guidelines can be found on the project wiki [2]. The fo

[ANNOUNCE] Criteria for merging pull requests is updated

2021-07-01 Thread Xintong Song
Hi Flink committers, As previously discussed [1], the criteria for merging pull requests has been updated. A full version of guidelines can be found on the project wiki [2]. The following are some of the highlights. - MUST make sure passing the CI tests before merging PRs - SHOULD NOT use the Git