Skip to content

Conversation

@nev21
Copy link
Contributor

@nev21 nev21 commented Jan 3, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 3, 2026 00:38
@nev21 nev21 requested a review from a team as a code owner January 3, 2026 00:38
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 updates the auto-approve workflow to use a more precise condition for determining when to auto-approve pull requests. The change replaces the github.actor context with github.event.pull_request.user.login to check the PR author rather than the workflow trigger.

Key Changes:

  • Changed condition check from github.actor to github.event.pull_request.user.login for more accurate PR author validation
  • Reformatted the condition to multi-line YAML syntax for better readability

@nev21 nev21 enabled auto-merge (squash) January 3, 2026 00:42
@codecov
Copy link

codecov bot commented Jan 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.89%. Comparing base (278bca0) to head (c9e9ff6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #495   +/-   ##
=======================================
  Coverage   98.89%   98.89%           
=======================================
  Files         108      108           
  Lines        2981     2981           
  Branches      621      621           
=======================================
  Hits         2948     2948           
  Misses         33       33           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nev21 nev21 disabled auto-merge January 3, 2026 01:53
@nev21 nev21 merged commit bbe39a6 into main Jan 3, 2026
17 checks passed
@nev21 nev21 deleted the nev21-patch-2 branch January 3, 2026 01:53
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.

2 participants