Skip to content

Conversation

gaius-qi
Copy link
Member

Description

This pull request introduces a new GitHub Actions workflow to automatically assign reviewers to pull requests when they are opened, reopened, or marked as ready for review.

  • Added a new workflow .github/workflows/auto-assign.yml to automate assigning reviewers to pull requests using the kentaro-m/auto-assign-action. This workflow triggers on pull_request_target events of type opened, reopened, and ready_for_review.

Related Issue

Motivation and Context

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

Signed-off-by: Gaius <gaius.qi@gmail.com>
@gaius-qi gaius-qi added the enhancement New feature or request label Apr 25, 2025
@gaius-qi gaius-qi added this to the v2.3.0 milestone Apr 25, 2025
@gaius-qi gaius-qi requested a review from a team as a code owner April 25, 2025 08:33
@gaius-qi gaius-qi changed the title Feature/auto assign chore: add auto-assign workflows for pr assign Apr 25, 2025
Copy link

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.30%. Comparing base (50083ff) to head (06bf2e4).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3998      +/-   ##
==========================================
- Coverage   34.31%   34.30%   -0.01%     
==========================================
  Files         342      342              
  Lines       40139    40150      +11     
==========================================
  Hits        13775    13775              
- Misses      25454    25465      +11     
  Partials      910      910              
Flag Coverage Δ
unittests 34.30% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gaius-qi gaius-qi force-pushed the feature/auto-assign branch from dac3ad2 to 05420bd Compare April 25, 2025 08:51
Liam-Zhao
Liam-Zhao previously approved these changes Apr 25, 2025
Copy link

@Liam-Zhao Liam-Zhao left a comment

Choose a reason for hiding this comment

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

LGTM

@Liam-Zhao Liam-Zhao enabled auto-merge (squash) April 25, 2025 09:21
chlins
chlins previously approved these changes Apr 25, 2025
Copy link
Member

@chlins chlins left a comment

Choose a reason for hiding this comment

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

lgtm

yxxhero
yxxhero previously approved these changes Apr 25, 2025
@gaius-qi gaius-qi added dependencies Pull requests that update a dependency file and removed dependencies Pull requests that update a dependency file labels Apr 25, 2025
…/auto-assign

Signed-off-by: Gaius <gaius.qi@gmail.com>
@gaius-qi gaius-qi dismissed stale reviews from yxxhero, chlins, and Liam-Zhao via 06bf2e4 April 25, 2025 09:42
@gaius-qi gaius-qi force-pushed the feature/auto-assign branch from 05420bd to 06bf2e4 Compare April 25, 2025 09:42
Copy link

@Liam-Zhao Liam-Zhao left a comment

Choose a reason for hiding this comment

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

LGTM

@Liam-Zhao Liam-Zhao merged commit d9cfba7 into main Apr 25, 2025
27 checks passed
@Liam-Zhao Liam-Zhao deleted the feature/auto-assign branch April 25, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants