No easy way to say only the first matching trigger should act
If I have triggers that run one adapter if a file exists, and another if another file exists, and the repo has both files, both adapters get run. That’s intentional.
It’d be great if there was an easy to say that only the first matching trigger should act. At the moment I would have to write a much more convoluted, and therefore fragile and error prone, set of triggers and filters.