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
Fix run-name to show only first line of commit message
Use split() to extract only the first line (subject) of the commit message
instead of the entire multi-line message including Co-authored-by and
Signed-off-by lines.
Before: "Fast Build - test: Add tests Co-authored-by: ... Signed-off-by: ..."
After: "Fast Build - test: Add tests"
Signed-off-by: Mark Pollack <[email protected]>
0 commit comments