Skip to content

ci: add auto-merge workflow#649

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

ci: add auto-merge workflow#649
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/nodejs.org#8701

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 node --run test and all tests passed.
  • I have check code formatting with node --run format & node --run lint.
  • 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:37
Copilot AI review requested due to automatic review settings March 6, 2026 20:37
@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)
api-docs-tooling Ready Ready Preview Mar 6, 2026 8:37pm

Request Review

@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.90%. Comparing base (1aef493) to head (656a447).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #649   +/-   ##
=======================================
  Coverage   75.90%   75.90%           
=======================================
  Files         145      145           
  Lines       13735    13735           
  Branches      992      992           
=======================================
  Hits        10426    10426           
  Misses       3303     3303           
  Partials        6        6           

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

github-actions bot commented Mar 6, 2026

orama-db Generator

File Base Head Diff
orama-db.json 8.05 MB 8.05 MB +2.00 B (+0.00%)

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 automated merge workflow for nodejs/doc-kit, mirroring the same pattern already used in the nodejs/web-team repository. It enables PRs from branches within the repo (not forks) to be automatically merged after 48 hours when they're in a mergeable state, using the merge queue method.

Changes:

  • Adds .github/workflows/auto-merge.yml, a scheduled workflow that runs every 15 minutes to check if eligible PRs can be auto-merged using the nodejs/web-team/actions/auto-merge-prs action
  • The workflow is guarded with a repository check to prevent unwanted execution in forks

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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