Skip to content

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

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

fix(ci): auto-merge does not need checkout#659
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 #649, 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 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 8, 2026 13:44
Copilot AI review requested due to automatic review settings March 8, 2026 13:44
@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)
api-docs-tooling Ready Ready Preview Mar 8, 2026 1:44pm

Request Review

@codecov
Copy link

codecov bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.90%. Comparing base (34c1e89) to head (4af7ad3).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #659   +/-   ##
=======================================
  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.

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 auto-merge GitHub Actions workflow, since the workflow only invokes an external action and does not reference local files/actions.

Changes:

  • Remove actions/checkout from the auto-merge workflow steps.

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

@github-actions
Copy link

github-actions bot commented Mar 8, 2026

orama-db Generator

File Base Head Diff
orama-db.json 8.04 MB 8.05 MB +1.79 KB (+0.02%)

web Generator

File Base Head Diff
styles.css 136.94 KB 137.01 KB +67.00 B (+0.05%)

@avivkeller avivkeller merged commit 3c16b4c into main Mar 8, 2026
24 checks passed
@avivkeller avivkeller deleted the MattIPv4/auto-merge-no-checkout branch March 8, 2026 13:50
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