Skip to content

Shengfu-Zhang/fork-sync-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fork Sync Manager

Automatically syncs all your GitHub forks with their upstream repos daily.

Setup

  1. Create a new repo on GitHub named fork-sync-manager
  2. Push this repo to it
  3. Create a PAT at https://github.com/settings/tokens with repo and workflow scopes
  4. Add the PAT as a secret: repo Settings → Secrets → Actions → New secret → name it PAT
  5. Edit .github/workflows/sync.yml and replace REPLACE_WITH_YOUR_USERNAME with your GitHub username
  6. Add more forks to the matrix as needed

Adding forks

Add entries to the matrix in sync.yml:

- fork: your-username/repo-name
  upstream: original-org/repo-name
  branch: main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors