Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I save the commit message to the target branch? #5

Open
RyanBreathings opened this issue May 28, 2022 · 2 comments
Open

How do I save the commit message to the target branch? #5

RyanBreathings opened this issue May 28, 2022 · 2 comments

Comments

@RyanBreathings
Copy link

I want to use a commit message for the source branch.
Can you tell me how to do it?

@richard-scott
Copy link

Looks like you can't until this bit changes.

@richard-scott
Copy link

For now, I've forked this repo and updated it so you can set a custom commit message:

      - name: merge
        uses: richard-scott/[email protected]
        with:
          github_token: ${{ github.token }}
          source: 'master'
          target: 'release'
          message: "${{ github.event.commits[0].message }}"

https://github.com/marketplace/actions/automerger-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants