-
Notifications
You must be signed in to change notification settings - Fork 34
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
Create automation for syncing common CI/test files #39
Comments
This looks like what I envisioned: https://github.com/marketplace/actions/repo-file-sync-action It supports a PR workflow where changes are synced by posting PRs. I would want to use that approach so that every change runs through review and CI before merging the sync. |
@nathan-weinberg just FYI since you've been working on establishing common CI jobs across repos. I think we could use this repo (dev-docs) as a central home for files that are shared among multiple repos, plus some automation to automatically submit PRs to sync changes to other repos. |
Relates to #12 |
This issue has been automatically marked as stale because it has not had activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. |
@danmcp @n1hility @alimaredia might we want to revisit this? if not let's close it out |
Need an inventory of how many identical files we have today (or files that should be identical). |
We have a lot of files we're duplicating between several repos that are the same, or could be the same. I would like to either identify or create some automation to minimize the burden of keeping improvements and fixes in sync across repos.
Some examples:
The text was updated successfully, but these errors were encountered: