An open API service indexing awesome lists of open source software.

https://github.com/tanelso2/auto-fork-sync

Proof of Concept - Github App that automatically syncs upstream changes to forks
https://github.com/tanelso2/auto-fork-sync

fork git sync

Last synced: 4 months ago
JSON representation

Proof of Concept - Github App that automatically syncs upstream changes to forks

Awesome Lists containing this project

README

          

# auto-fork-sync

> a GitHub App built with [probot](https://github.com/probot/probot) that automatically syncs upstream changes to forks.

## Setup

```
# Install dependencies
npm install

# Run the bot
npm start
```