Skip to content

fix: use empty line as a title-body separator#2345

Merged
JoeWang1127 merged 7 commits intomainfrom
fix/check-empty-line
Sep 25, 2025
Merged

fix: use empty line as a title-body separator#2345
JoeWang1127 merged 7 commits intomainfrom
fix/check-empty-line

Conversation

@JoeWang1127
Copy link
Copy Markdown
Contributor

@JoeWang1127 JoeWang1127 commented Sep 24, 2025

GitHub will insert an empty line between commit title and body, we use this as an indicator of separating title and message.

Line breaks are not reliable because GitHub will wrap long lines with line breaks during squash and merge.

Created release pull request: #2346

Fixes #2234

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.63%. Comparing base (da69195) to head (d08b13a).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2345      +/-   ##
==========================================
+ Coverage   84.15%   86.63%   +2.48%     
==========================================
  Files          97       98       +1     
  Lines        9794    10583     +789     
==========================================
+ Hits         8242     9169     +927     
+ Misses       1206     1095     -111     
+ Partials      346      319      -27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JoeWang1127 JoeWang1127 marked this pull request as ready for review September 24, 2025 16:28
@JoeWang1127 JoeWang1127 requested a review from a team as a code owner September 24, 2025 16:28
@JoeWang1127 JoeWang1127 requested a review from codyoss September 25, 2025 13:46
@JoeWang1127 JoeWang1127 merged commit 19ab9b0 into main Sep 25, 2025
9 checks passed
@JoeWang1127 JoeWang1127 deleted the fix/check-empty-line branch September 25, 2025 13:58
zhumin8 pushed a commit to zhumin8/librarian that referenced this pull request Nov 17, 2025
Evidently they are legal in Protobuf, though no Google Cloud service
uses them. ProtoJSON requires converting the `bool` to strings when
used as map keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

librarian: cater for wrapped nested commits

2 participants