Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add overwrite:false file config and better parser matching #323

Merged
merged 2 commits into from
Jul 7, 2023

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    86324b7 View commit details
    Browse the repository at this point in the history
  2. feat: add overwrite false property to added files

    By default template-oss allows for written files to be configured on a
    per-repo basis. This is helpful for different repos to create their own
    templated files and apply those.
    
    With this change, a repo can now set overwrite: false to a templated
    file and have those updates be applied after the default template-oss
    changes are made.
    lukekarrys committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    912f781 View commit details
    Browse the repository at this point in the history