cirrus-actions / rebase

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

Fix failure if base and head branches have the same name #77

Closed giorio94 closed 3 years ago

giorio94 commented 3 years ago

This change prevents the failure of the rebase action when the base and head branches have the same name (e.g. when the head is a fork using the main/master branch).

Fixes #58

fkorotkov commented 3 years ago

@giorio94 thank you!