derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
51 stars 18 forks source link

Include additional files #21

Closed ChipWolf closed 2 years ago

ChipWolf commented 2 years ago

Reason/Context

We have a workflow that runs some pre-commit checks, this requires an additional file in the root of each repo.

Description

This could be implemented by adding a files_to_include option which would allow supplementary files to be included.

derberg commented 2 years ago

@ChipWolf hey, interesting feature! so how would it work? files_to_include? each file is picked, it the order it is added to the list and invoked? or? would it be a script file or what exactly?

or....wait, you mean make this workflow support more than .github/workflows located files?