-
Notifications
You must be signed in to change notification settings - Fork 340
chore: add auto-assign workflows for pr assign #3998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Gaius <gaius.qi@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
dac3ad2
to
05420bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…/auto-assign Signed-off-by: Gaius <gaius.qi@gmail.com>
05420bd
to
06bf2e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
.github/workflows/auto-assign.yml
to automate assigning reviewers to pull requests using thekentaro-m/auto-assign-action
. This workflow triggers onpull_request_target
events of typeopened
,reopened
, andready_for_review
.Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist