cirrus-actions / rebase

GitHub Action to automatically rebase PRs
MIT License
686 stars 138 forks source link

Remove work around for triggering branch checks #70

Closed jackton1 closed 3 years ago

jackton1 commented 3 years ago

Fixes bug triggering branch checks after running rebase action.

Reference: https://github.com/ad-m/github-push-action#example-workflow-file

jackton1 commented 3 years ago

Resolves #65

jackton1 commented 3 years ago

@spaze @fkorotkov @lukebjerring

jackton1 commented 3 years ago

Resolved @fkorotkov

fkorotkov commented 3 years ago

Thank you!

spaze commented 3 years ago

Can confirm this works as expected, much better than my workaround :-) Thanks @jackton1!