Skip to content

Releases: dabreadman/sync-upstream-repo

Fetch args, log spawn toggle

02 Jun 11:26
fc5fe99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v1.3.0

Fix date

06 Feb 17:08
f61088b
Compare
Choose a tag to compare

What's New

  • Now spawns sync-upstream-repo to prevent repo inactivity
  • Fixes timestamp

Full Changelog: v0.1.2...v1.2.0.b

v1.0.0.b More customisation, error handling

11 Apr 21:52
Compare
Choose a tag to compare

Upstream branch options, merge and push arguments

Changelog

More customisation, because why not?

  • Upstream branch customisation (ever thought upstream could change branch name?)
  • Actually fails if something goes wrong (my code can't be wrong amirite)
  • Git merge arguments (now you can --ff --allow-unrelated-histories your way home)
  • Git push arguments

Usage Example

Full Changelog: v0.1.2...v1.0.0.b

v0.1.2.b Forked with Benefits

19 Mar 15:52
Compare
Choose a tag to compare

Downstream Branch Options and Authentication

Changelog

You can now target merge branch!

  • Required arguments token, use GitHub Token with token: ${{ secrets.GITHUB_TOKEN}}
  • Optional arguments branch, refers to downstream branch to merge into , defaults to main.

Usage Example