Releases: gr2m/create-or-update-pull-request-action
Releases · gr2m/create-or-update-pull-request-action
v1.2.9
1.2.9 (2019-11-25)
Bug Fixes
- correct action name on failed info (61b2e3a)
v1.2.8
1.2.8 (2019-11-22)
Bug Fixes
- create pull request if branch exists but there is no open PR (a98dca9)
v1.2.7
1.2.7 (2019-10-23)
Bug Fixes
- check for all possible local changes, not just new files (8020be5)
v1.2.6
1.2.6 (2019-10-23)
Bug Fixes
- do not throw if "Your branch is up to date" (ef6f702)
v1.2.5
1.2.5 (2019-10-16)
Bug Fixes
- cherry-pick instead of rebasing (2fd25ff)
v1.2.4
1.2.4 (2019-10-16)
Bug Fixes
- correct "already in base branch" message (1069d84)
v1.2.3
1.2.3 (2019-10-16)
Bug Fixes
- add
--allow-empty-message
to git rebase -Xtheirs --autostash -
(2d28a86)
v1.2.2
1.2.2 (2019-10-08)
Bug Fixes
- rebase on default branch first (2974fa8)
v1.2.1
1.2.1 (2019-10-08)
Bug Fixes
- add more debugging statements (a99cd41)