https://github.com/atom-community/repository-sync
A set of scripts to keep the repositories in sync
https://github.com/atom-community/repository-sync
bot git github github-actions management monorepo octokit organization synchronization
Last synced: 3 months ago
JSON representation
A set of scripts to keep the repositories in sync
- Host: GitHub
- URL: https://github.com/atom-community/repository-sync
- Owner: atom-community
- License: mit
- Created: 2021-07-21T21:35:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T05:44:56.000Z (about 2 years ago)
- Last Synced: 2025-01-25T05:11:31.938Z (12 months ago)
- Topics: bot, git, github, github-actions, management, monorepo, octokit, organization, synchronization
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repository-sync
A set of scripts to keep the repositories in sync
## How to run?
This will run the `./src/main.mjs` script
```
pnpm install
pnpm start
```
## Capabilities
- Clone all the repositories under a temp folder
- Sync the content under the `templates` folder with all the repositories
- Remove certain files from the repositories
- Commit and push the changes to the repositories
- Open/Close pull requests that meet certain requirements (used for closing old bot PRs).