-
Notifications
You must be signed in to change notification settings - Fork 3
Add GitHub action to assign reviewers on PR created by Dependabot #285
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
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
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.
Pull Request Overview
This PR adds a GitHub Actions workflow to automatically assign the ScalarDL team as reviewers when Dependabot creates pull requests, providing a more targeted alternative to using CODEOWNERS which can be noisy for backport PRs.
- Introduces a new GitHub Actions workflow triggered when PRs are opened by Dependabot
- Uses GitHub CLI to assign scalar-labs/scalardl team as reviewers
- Utilizes a personal access token for authentication
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
choplin
left a comment
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!
feeblefakie
left a comment
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! Thank you!
Description
This PR adds a GitHub action to assign reviewers to PRs created by Dependabot.
CODEOWNERSfile can automatically assign the ScalarDL team as reviewers to any pull request created, but it also assigns reviewers for the backport PRs, which is sometimes noisy. So, we use this action, the same as ScalarDB.Related issues and/or PRs
Changes made
Checklist
Additional notes (optional)
N/A