Skip to content

Conversation

lucacome
Copy link

@lucacome lucacome commented Mar 27, 2023

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.

When commit messages are not properly cleaned up during a squash and
merge they could have characters that make the workflow brake.

With this change we're only retrieving the subject of the commit message
reducing the probability of breaking the workflow.
@lucacome lucacome requested a review from a team as a code owner March 27, 2023 00:49
@lucacome lucacome self-assigned this Mar 27, 2023
@github-actions github-actions bot added the chore Pull requests for routine tasks label Mar 27, 2023
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #3689 (8b78303) into main (b18ac8f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3689   +/-   ##
=======================================
  Coverage   52.33%   52.33%           
=======================================
  Files          59       59           
  Lines       16880    16880           
=======================================
  Hits         8834     8834           
  Misses       7749     7749           
  Partials      297      297           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lucacome lucacome merged commit 399f52f into main Mar 28, 2023
@lucacome lucacome deleted the chore/fix-commit-message branch March 28, 2023 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants