-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sync repo root level config files #44
Comments
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days.
|
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days.
|
Once #43 is closed, we will be pushing the auto release workflow to all/most repos. But in order to work in other repos, we also have to manually add a
.autorc
config file to each repo's root directory. There are other files like this that we want to push to many repos / keep the same across repos.We could:
template_config
directory that contains config files all repos should have. AND/ORThe https://github.com/neurobagel/workflows/blob/main/.github/sync.yml config file here let's us define for each template_directory where in the target repo the files should be copied.
We may have to create a completely new sync-workflow with a completely new config file if we also want to change the list of repositories that files get pushed to (e.g. only the python repos...). Should investigate thisedit: it's actually very easy to make multiple groups (e.g. "all repos", "python repos", "js repos", "...") with the action we are using: https://github.com/BetaHuhn/repo-file-sync-action?tab=readme-ov-file#sync-the-same-files-to-multiple-repositories 🎉
related:
The text was updated successfully, but these errors were encountered: