X Tutup
Skip to content

feat(git-node): refactor metadata generation#1036

Merged
aduh95 merged 3 commits intonodejs:mainfrom
aduh95:clean-metadata
Mar 24, 2026
Merged

feat(git-node): refactor metadata generation#1036
aduh95 merged 3 commits intonodejs:mainfrom
aduh95:clean-metadata

Conversation

@aduh95
Copy link
Copy Markdown
Contributor

@aduh95 aduh95 commented Mar 16, 2026

Sometimes Node.js contributors add a PR-URL to their commit message (e.g. because the commit is cherry-picked from a different PR), and NCU may end up generating a commit referencing multiple PR-URLs. It's not ideal, in nodejs/core-validate-commit#125 I've explored the idea of making the CI fail on those, but it seems easier to have NCU ignore the user provided trailers when it's going to add the correct ones anyway.

A consequence of that is that commits backported with a manual PR would now list the reviewers of the backport PR rather than the original PR, which seems more logical to me anyway.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.62%. Comparing base (2ea7b22) to head (ea8e744).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1036      +/-   ##
==========================================
- Coverage   80.94%   80.62%   -0.33%     
==========================================
  Files          39       39              
  Lines        4829     4821       -8     
==========================================
- Hits         3909     3887      -22     
- Misses        920      934      +14     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aduh95 aduh95 merged commit be846eb into nodejs:main Mar 24, 2026
12 of 13 checks passed
@aduh95 aduh95 deleted the clean-metadata branch March 24, 2026 10:38
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.

2 participants

X Tutup