Fixes #41
+1 LGTM
Pull-Request has been merged by tflink
But... I don't get it. This will run task-mtf on all github PRs that fedmsg watches! Or am I mistaken?
task-mtf
We want to run mtf just for specific repositories. According to his comments, it should be projects under https://github.com/container-images/*. Shouldn't we add a regex line to match those?
https://github.com/container-images/*
This should be task-mtf-containers (https://pagure.io/task-mtf-containers) according to the ticket.
task-mtf-containers
@kparal this will, in fact, run nothing, on its own. This is Trigger's code, not deployment.
Bare in mind, that there is a difference between the trigger code, tests and examples, and the way trigger is actually configured in ansible and deployed.
The "enable this on our servers" is unrelated to the trigger_rules.yml.example file. If for nothing else, then for the fact we don't have either task-mtf-containers nor task-mtf among the mirrored tasks on the buildmasters...
trigger_rules.yml.example
I understand where you are coming from, but the comments are not really related to this particular PR.
Right, I got confused. Thanks.
Fixes #41