Skip to content

Merge commit no longer has a message #23

@grimsa

Description

@grimsa

I ran into an issue that seems to be a combination of two factors:

  1. In my GitHub Action I have to depend on a master version, because depending on a stable version is not possible (1.4.0 not found #16)
  2. master branch 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:

  1. There is no stable release to depend on (1.4.0 not found #16)
  2. The newly added optional commit message is not really optional

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions