PoGOHWH / iitc-ce-pogo-s2

A faster IITC-CE fork of PoGO Tools by AlfonsoML
24 stars 12 forks source link

Setup GitHub Actions to automatically make PRs when master updates #3

Open 5310 opened 4 years ago

5310 commented 4 years ago

Currently, upstream/master is automatically pulled into master every day by this action, but I still need to manually rebase pogohwh if there are any changes.

Would be nice to use something like this instead: https://github.com/vsoch/pull-request-action

5310 commented 4 years ago

But ofc, Actions can't trigger other Actions as changes made by the a token are ignored by other Actions of that same token.

189a275587b947de7b997dd3da2618a98dd7e56e was of no use. Might try making a custom token later, but then I might end up having to manually merge things anyway so...