You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: