According to the examples in collaborator permissions, it's possible to specify several rules separated by commas:
main,features/* epel* rawhide,f*
However, the new branch utility only allowed one. Here's a possible fix.
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
The tox failure is actually:
lint: commands succeeded ERROR: py36: InterpreterNotFound: python3.6 py37: commands succeeded ERROR: py38: InterpreterNotFound: python3.8 ERROR: py39: InterpreterNotFound: python3.9
This change will also need to be applied to https://pagure.io/fedora-infra/toddlers/blob/main/f/toddlers/plugins/scm_request_processor.py. Eventually, fedscm-admin will stop being used and that toddler will automatically process SCM requests.
According to the examples in collaborator permissions, it's possible
to specify several rules separated by commas:
However, the new branch utility only allowed one. Here's a possible fix.