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
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.
0 commit comments