Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
There was a problem hiding this comment.
Pull request overview
This PR adds an auto-merge workflow to the nodejs/nodejs.org repository, replicating the same auto-merge mechanism previously enabled in the nodejs/web-team repository. It uses the shared nodejs/web-team/actions/auto-merge-prs composite action to automatically merge eligible PRs (from internal branches, not forks) after they become mergeable, running on a 15-minute schedule.
Changes:
- Added a new
.github/workflows/auto-merge.ymlworkflow that runs every 15 minutes (and supports manual dispatch) to automatically merge qualifying PRs using the merge queue method.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8701 +/- ##
==========================================
+ Coverage 75.06% 75.11% +0.04%
==========================================
Files 104 104
Lines 9161 9161
Branches 316 315 -1
==========================================
+ Hits 6877 6881 +4
+ Misses 2282 2278 -4
Partials 2 2 ☔ View full report in Codecov by Sentry. |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
Description
Enables the same workflow we enabled in web-team, to handle automatically merging PRs (from branches within the repo, not forks) automatically after 48hrs assuming they are mergeable.
Validation
N/A
Related Issues
cc nodejs/doc-kit#649
cc nodejs/web-team#107 nodejs/web-team#108 nodejs/web-team#109
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.