Skip to content

fix(ci): auto-merge does not need checkout#8708

Merged
avivkeller merged 1 commit intomainfrom
MattIPv4/auto-merge-no-checkout
Mar 8, 2026
Merged

fix(ci): auto-merge does not need checkout#8708
avivkeller merged 1 commit intomainfrom
MattIPv4/auto-merge-no-checkout

Conversation

@MattIPv4
Copy link
Member

@MattIPv4 MattIPv4 commented Mar 8, 2026

Description

I realise now I left the checkout step in #8701, which is not required (unlike in web-team) as we're not referencing a local action.

Validation

N/A

Related Issues

N/A

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 8, 2026 13:45
Copilot AI review requested due to automatic review settings March 8, 2026 13:45
@vercel
Copy link

vercel bot commented Mar 8, 2026

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

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

Request Review

@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 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

Removes an unnecessary repository checkout from the scheduled auto-merge workflow, aligning it with how the workflow is used here (no local action references needed).

Changes:

  • Delete the actions/checkout step from the auto-merge workflow job.

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

@codecov
Copy link

codecov bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.10%. Comparing base (5fc6baa) to head (8c953e0).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8708      +/-   ##
==========================================
+ Coverage   75.09%   75.10%   +0.01%     
==========================================
  Files         104      104              
  Lines        9161     9161              
  Branches      315      315              
==========================================
+ Hits         6879     6880       +1     
+ Misses       2280     2279       -1     
  Partials        2        2              

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

@avivkeller avivkeller added this pull request to the merge queue Mar 8, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 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/922a4bdf359e3461.js 208.15 KB
➖ Removed Assets (1)
Name Size
.next/static/chunks/97a2f769b51804e9.js 208.15 KB

Merged via the queue into main with commit f80d945 Mar 8, 2026
17 checks passed
@avivkeller avivkeller deleted the MattIPv4/auto-merge-no-checkout branch March 8, 2026 13:56
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.

3 participants