Taking care of infrastructure: code review

it shouldn’t being very different from what we have now, but I don’t know where to find what it is done currently.

it is about generating a list of directories (containing a .drone.yml file) from a changeset.

it is mostly: changeset → list of files → for each file take dirname(file) → for each directory look if exists .drone.yml : if yes, keep the directory ; if no push dirname(directory) in the list to process (look at ..)

yes, things should be done here

here, I don’t know how it is done currently. could you point me to some documentation how it is done ?