[python-committers] Accept a PR but only push it once tests pass?
Senthil Kumaran
senthil at uthcode.com
Tue Feb 14 12:19:04 EST 2017
On Tue, Feb 14, 2017 at 9:10 AM, Victor Stinner
<victor.stinner at gmail.com> wrote:
> Would it be possible to modify the workflow of GitHub pull requests to
> allow to click on Merge, but only merge a PR once tests complete and
> only if tests pass?
Yes, that is possible.
I am +1 in doing that. I hope others are on the same page. If in
agreement, I will enable that in github.
It's called "Require status checks to pass before merging" and we can
enable travis-ci to go green before allowing to merge.
Thanks,
Senthil
More information about the python-committers
mailing list