Skip to content

ci: add auto-merge workflow#8701

Open
MattIPv4 wants to merge 1 commit intomainfrom
MattIPv4/add-auto-merge-workflow
Open

ci: add auto-merge workflow#8701
MattIPv4 wants to merge 1 commit intomainfrom
MattIPv4/add-auto-merge-workflow

Conversation

@MattIPv4
Copy link
Member

@MattIPv4 MattIPv4 commented Mar 6, 2026

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

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run pnpm format to ensure the code follows the style guide.
  • I have run pnpm test to check if all tests are passing.
  • I have run pnpm build to check if the website builds without errors.
  • I've covered new added functionality with unit tests if necessary.

@MattIPv4 MattIPv4 requested a review from a team as a code owner March 6, 2026 20:35
Copilot AI review requested due to automatic review settings March 6, 2026 20:35
@vercel
Copy link

vercel bot commented Mar 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodejs-org Ready Ready Preview Mar 6, 2026 8:35pm

Request Review

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

👋 Codeowner Review Request

The 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! 🙏

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml workflow 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
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.11%. Comparing base (5bd8796) to head (f12c09a).
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

📦 Build Size Comparison

Summary

Metric Value
Old Total Size 3.51 MB
New Total Size 3.51 MB
Delta 0 B (0.00%)

Changes

➕ Added Assets (1)
Name Size
.next/static/chunks/bd0d70f9811c0a41.js 208.15 KB
➖ Removed Assets (1)
Name Size
.next/static/chunks/c99703d3755c63d7.js 208.15 KB

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.

4 participants