Currently, this action allows to run the checks using it on all, or a selected set of repositories. It allows exclusion of a set of repositories, with the config file: https://github.com/SvanBoxel/organization-workflows#app-configuration
However it does not allow for exclusion on a specific action level.
Real life usage scenario would be:
I have two checks, lets say a markdown check and and a codeql check that I want to run organization-wide.
The markdown action should be run on all repos.
The codeql action on a set of repos.
Would it be possible to add this feature? Either so that it would be configured in the check it self, or letting organization-workflows-settings.yml handle multiple configuration blocks, tied to an action.yml maybe, I don't know about the best implementation.
Currently, this action allows to run the checks using it on all, or a selected set of repositories. It allows exclusion of a set of repositories, with the config file: https://github.com/SvanBoxel/organization-workflows#app-configuration
However it does not allow for exclusion on a specific action level.
Real life usage scenario would be:
I have two checks, lets say a markdown check and and a codeql check that I want to run organization-wide.
The markdown action should be run on all repos.
The codeql action on a set of repos.
Would it be possible to add this feature? Either so that it would be configured in the check it self, or letting organization-workflows-settings.yml handle multiple configuration blocks, tied to an action.yml maybe, I don't know about the best implementation.