ccremer/greposync

Add possibility to define values for whole directories

Closed this issue · 0 comments

It could be useful in templating or configuring repositories to apply common variables to a whole bunch of files within a subdirectory.

.github:
  defaultBranch: master

.github/workflows/release.yml:
  # here `defaultBranch` property would be inherited by the `.github` key. Or overwritten.