Global filter for dockstore yml

Hi,

I wanted to confirm whether its possible to set a global branch filter in a dockstor yml. Currently my dockstore yml has several workflows and for each workflow a master filter was added to only pull in the master branch. Is there a way to only set this once in the file and have it apply to all the workflows in the file?

Hi,
Looking at the syntax in Automatic Syncing with GitHub Apps and .dockstore.yml — Dockstore documentation , unfortunately, it doesn’t appear so since the filters are defined on the workflow level.

I think it would be a reasonable feature request to have filters on a global level with some rules for precedence (does the lower level win or the higher level win).

1 Like