We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use a commit message for the source branch. Can you tell me how to do it?
The text was updated successfully, but these errors were encountered:
Looks like you can't until this bit changes.
Sorry, something went wrong.
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
No branches or pull requests
I want to use a commit message for the source branch.
Can you tell me how to do it?
The text was updated successfully, but these errors were encountered: