-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
I ran into an issue that seems to be a combination of two factors:
- In my GitHub Action I have to depend on a
masterversion, because depending on a stable version is not possible (1.4.0 not found #16) masterbranch had a breaking change introduced with this new feature: Add an input to customize the merge message #18
Step config in my case:
- name: Merge develop -> staging
uses: devmasx/merge-branch@master
with:
type: now
from_branch: develop
target_branch: staging
github_token: ${{ secrets.LYRA_REPO_ACCESS_TOKEN }}
Previously (e.g. on 2021-10-27) this resulted in a commit with a message Merge develop into staging.
Today (2021-11-02) this resulted in an empty commit message.
There was no change in configuration.
So I think these are really two issues:
- There is no stable release to depend on (1.4.0 not found #16)
- The newly added optional commit message is not really optional
dominicarrojado, mtrzesniowski, jparkrr, Fraser-Isbester and shachar-clinch
Metadata
Metadata
Assignees
Labels
No labels