Currently I set the "required status checks to pass before merging" by hand:
- docs (if applicable)
- lint
- coverage
- py37 (as oldest supported python version)
- py311 (as newest supported python version)
- pypy3 (if applicable as slowest running test)
Repositories containing C code or testing against Windows or MacOS have other status check names.
The actual list of status check names depends on the configuration via meta/config so it should be set when running it.
Update:
Currently I set the "required status checks to pass before merging" by hand:
Repositories containing C code or testing against Windows or MacOS have other status check names.
The actual list of status check names depends on the configuration via
meta/configso it should be set when running it.Update:
master, see Release 3.0 Products.PluggableAuthService#118 resp. Release 3.0.2 Products.GenericSetup#129 for another approach.