Can forks be synced automatically in gitHub?

前端 未结 5 2087
傲寒
傲寒 2020-12-12 15:09

Stash enables automatic fork syncing if selected: https://confluence.atlassian.com/display/STASH/Keeping+forks+synchronized
It will update any branches in your fork that

5条回答
  •  鱼传尺愫
    2020-12-12 15:52

    You can create a Github App that use Github API to check the upstream repo periodically. Once an update is found, use Github API to create a pull request then call updateRef to update your branch to match master.

    Or, just install this Github App that does exactly that

    https://github.com/wei/pull

提交回复
热议问题