-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add an input to customize the merge message #18
Comments
Came here to ask for this. It looks easy to do, but I don't know Ruby |
Seems to have been as easy as it looked |
Thanks, @MisterGlass |
Yes, thanks @MisterGlass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I see that you use Octokit to merge a branch. It seems possible to add a commit message :
https://www.rubydoc.info/github/pengwynn/octokit/Octokit/Client/Commits#merge-instance_method
My goal is to use your Github Actions in order to merge a branch when a milestone is closed. I want to add the milestone title to the merge message.
The text was updated successfully, but these errors were encountered: