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

Create automation for syncing common CI/test files #39

Open
russellb opened this issue Apr 27, 2024 · 6 comments
Open

Create automation for syncing common CI/test files #39

russellb opened this issue Apr 27, 2024 · 6 comments
Assignees
Labels

Comments

@russellb
Copy link
Member

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:

  • GitHub workflow for running actionlint
  • GitHub workflow for running markdown lint
  • Makefile snippets for running common tools like actionlint, md-lint
  • spellcheck custom dictionary
  • configuration and workflows for python formatting and linting to retain common standards throughout the project
@russellb
Copy link
Member Author

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.

@russellb russellb self-assigned this Apr 28, 2024
@russellb
Copy link
Member Author

@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.

@nathan-weinberg
Copy link
Member

Relates to #12

Copy link

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.

@github-actions github-actions bot added the stale label Aug 28, 2024
@nathan-weinberg
Copy link
Member

@danmcp @n1hility @alimaredia might we want to revisit this? if not let's close it out

@danmcp
Copy link
Member

danmcp commented Oct 29, 2024

Need an inventory of how many identical files we have today (or files that should be identical).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants