n0k0m3 / revanced-build-template

Github Template for building Revanced
GNU General Public License v3.0
139 stars 154 forks source link

How to keep 'forked'/template-based clone of repo up to date? #61

Closed morpheasgr closed 1 year ago

morpheasgr commented 1 year ago

I have a question on how this template works.

It seems that once I create a repo off the template, my private project is based on your old codebase and is not considered an fork where I can pull the latest changes from. From what I see in the code, the versions it grabs are based on the versions.json from my cloned copy of your project, not yours. Am I correct?

I tried experimenting with a Github bot called Pull. Sadly my clone is not considered a fork anymore so it cannot pull from your changes. Also does this rely on you manually updating the recommended versions by hand or does this scrape that info via the actions and shell scripts on activation?

n0k0m3 commented 1 year ago

Sadly you need to use local git for this: https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository

Or you can make a github bot/action to do the work automatically