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

Add all commit messages that are part of push to message field #142

Open
kenmorse opened this issue May 28, 2021 · 1 comment
Open

Add all commit messages that are part of push to message field #142

kenmorse opened this issue May 28, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@kenmorse
Copy link

This excellent GitHub Action would be even better if it could (perhaps optionally) output all the commit messages that are part of a push, rather than just the most recent commit message.

For example, if an author makes three separate commits, then does a push, only the latest commit will be reported by action-slack; there will be no mention of the first two commit messages.

So without this feature, we see:

message
commit msg #3

And with this new feature, we would see:

message
commit msg #1
commit msg #2
commit msg #3

@8398a7
Copy link
Owner

8398a7 commented Jul 23, 2021

Thank you for your suggestion.
It seems that there are cases where displaying all messages can be very long.
We need to think about what specifications are good.

@8398a7 8398a7 added the help wanted Extra attention is needed label Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants