Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only get the subject of the commit message for notifications (#3689)
When commit messages are not properly cleaned up during a squash and merge they could have characters that make the workflow break. With this change we're only retrieving the subject of the commit message (instead of the whole body) reducing the probability of breaking the workflow.
- Loading branch information