voxpupuli / modulesync

Synchronize common files across your Git repositories.
Apache License 2.0
104 stars 48 forks source link

Use remote_branch for PRs when specified #194

Closed raphink closed 4 years ago

raphink commented 4 years ago

When remote_branch is specified, the PR/MR should be opened against it, not the source branch.

raphink commented 4 years ago

I wouldn't say it's backwards incompatible @bastelfreak, I'd say it's a bugfix, as it makes no sense to ignore remote_branch in the PR when it's provided, and the behavior is unchanged when remote_branch is not specified.

raphink commented 4 years ago

@ekohl any comment on that, or shall I merge?