Skip to content

Conversation

@jnmt
Copy link
Collaborator

@jnmt jnmt commented Oct 6, 2025

Description

This PR adds a GitHub action to assign reviewers to PRs created by Dependabot. CODEOWNERS file 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

  • Add GitHub action to assign reviewers on PR created by Dependabot

Checklist

The following is a best-effort checklist. If any items in this checklist are not applicable to this PR or are dependent on other, unmerged PRs, please still mark the checkboxes after you have read and understood each item.

  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation to reflect the changes.
  • I have considered whether similar issues could occur in other products, components, or modules if this PR is for bug fixes.
  • Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
  • Tests (unit, integration, etc.) have been added for the changes.
  • My changes generate no new warnings.
  • Any dependent changes in other PRs have been merged and published.

Additional notes (optional)

N/A

@jnmt jnmt self-assigned this Oct 6, 2025
Copilot AI review requested due to automatic review settings October 6, 2025 05:46
@jnmt jnmt added improvement github_actions Pull requests that update GitHub Actions code labels Oct 6, 2025
@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

Copy link

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 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.

Copy link

@choplin choplin left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@jnmt jnmt merged commit c6461d6 into master Oct 7, 2025
11 checks passed
@jnmt jnmt deleted the action-assign-dependabot-pr branch October 7, 2025 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants