solidity-docs / .github

22 stars 29 forks source link

Manual sync script #39

Closed cameel closed 1 year ago

cameel commented 1 year ago

Depends on #42.

This PR adds a script for manually creating sync PRs with specific versions.

~Also refactors existing scripts to reuse the same conflict resolution logic.~ This actually went into #41.

I tested the updated code on the German repo and it successfully created a sync PR (https://github.com/solidity-docs/de-german/pull/84) so hopefully it does not introduce any problems.

cameel commented 1 year ago

Rebased but I also extracted some bits into #42. This should go in after it.