Skip to content

chore: Update CODEOWNERS#2719

Merged
aleozlx merged 1 commit intomainfrom
auto-update-codeowners
Mar 7, 2026
Merged

chore: Update CODEOWNERS#2719
aleozlx merged 1 commit intomainfrom
auto-update-codeowners

Conversation

@flashinfer-bot
Copy link
Collaborator

@flashinfer-bot flashinfer-bot commented Mar 7, 2026

Summary

This PR updates the CODEOWNERS file based on git commit history analysis from the last 180 days.

Changes

  • Updated .github/CODEOWNERS with current code ownership based on:
    • Commit frequency
    • File coverage
    • Commit recency
    • Manual overrides from scripts/codeowner_overrides.json

How to Review

  1. Review the changes to .github/CODEOWNERS
  2. Verify that the assigned owners are appropriate for each module
  3. Make manual adjustments if needed before merging

Notes

  • This is an automated PR generated weekly
  • Minimum commits threshold: 1
  • Analysis period: 180 days
  • Directory depth: 3 levels
  • Top N owners per module: 5

🤖 This PR was automatically generated by the update-codeowners workflow

Summary by CodeRabbit

  • Chores
    • Updated internal code ownership configuration to streamline the code review process.

Note: This release contains internal organizational updates with no user-facing changes.

Auto-generated CODEOWNERS update based on commit activity over the last 180 days.
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request automatically updates the .github/CODEOWNERS file to ensure that code ownership is accurately assigned based on recent commit activity. This automated process helps maintain up-to-date ownership for different modules, facilitating proper review assignments and accountability.

Highlights

  • CODEOWNERS Update: The .github/CODEOWNERS file has been updated to reflect current code ownership based on recent commit history analysis.
  • New Owner Assignment: User @kahyunnam has been added as an owner for several paths related to gdn_kernels, tests/gdn, tests/norm, and various GDN-related source files.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .github/CODEOWNERS
    • Added @kahyunnam as an owner for flashinfer/gdn_kernels/.
    • Added @kahyunnam as an owner for tests/gdn/.
    • Added @kahyunnam as an owner for tests/norm/.
    • Added @kahyunnam as an owner for csrc/gdn_prefill_launcher.cu.
    • Added @kahyunnam as an owner for csrc/gdn_prefill_sm90_kernel_inst.jinja.
    • Added @kahyunnam as an owner for flashinfer/gdn_decode.py.
    • Added @kahyunnam as an owner for flashinfer/gdn_prefill.py.
    • Added @kahyunnam as an owner for flashinfer/jit/gdn.py.
    • Added @kahyunnam as an owner for flashinfer/norm.py.
Activity
  • This pull request was automatically generated by the update-codeowners workflow.
  • The update process analyzed commit history from the last 180 days, considering commit frequency, file coverage, and commit recency.
  • Manual overrides from scripts/codeowner_overrides.json were also applied.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 7, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 27a5a12c-89b8-4c79-8328-407253583c9d

📥 Commits

Reviewing files that changed from the base of the PR and between 8294e28 and 86d8267.

📒 Files selected for processing (1)
  • .github/CODEOWNERS

📝 Walkthrough

Walkthrough

The pull request updates the .github/CODEOWNERS file to reassign code ownership by adding kahyunnam as a code owner across multiple file paths, particularly for GDN-related and flashinfer modules, while adjusting precedence of existing owner entries.

Changes

Cohort / File(s) Summary
CODEOWNERS Configuration
.github/CODEOWNERS
Added kahyunnam as code owner to multiple file paths including gdn_prefill_launcher.cu, gdn_prefill_sm90_kernel_inst.jinja, and flashinfer/* modules; adjusted owner precedence and removed select prior owners from specific paths.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • #2713: Adds the same kahyunnam co-owner assignment for flashinfer/gdn and csrc files.
  • #2712: Modifies CODEOWNERS with overlapping owner updates including gdn_prefill and flashinfer file-level overrides.
  • #2680: Updates CODEOWNERS overrides for GDN-related files (gdn_prefill_launcher.cu, gdn_prefill_sm90_kernel_inst.jinja, and flashinfer/*).

Suggested reviewers

  • kahyunnam
  • yzh119
  • aleozlx
  • sricketts

Poem

🐰 A rabbit hops through ownership lanes,
Adding kahyunnam to code domain chains,
GDN prefill paths now clearly defined,
Flashinfer modules realigned,
Review requests flow, now by design! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: Update CODEOWNERS' is directly related to the changeset, which updates the CODEOWNERS file based on git commit history analysis.
Description check ✅ Passed The PR description covers the main purpose, changes made, and review instructions, though it lacks completion of the template's pre-commit checks and test sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch auto-update-codeowners

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@aleozlx
Copy link
Collaborator

aleozlx commented Mar 7, 2026

#2618

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request is an automated update to the .github/CODEOWNERS file. It adds @kahyunnam as an owner for various paths related to Gated Delta Rule (GDN) and normalization functionalities. The changes are based on an analysis of recent commit history as described in the pull request. The updates appear consistent and correct based on the provided information. I have no further comments.

@aleozlx aleozlx enabled auto-merge (squash) March 7, 2026 03:40
@aleozlx aleozlx merged commit 8aa00ac into main Mar 7, 2026
18 of 31 checks passed
@aleozlx aleozlx deleted the auto-update-codeowners branch March 7, 2026 04:03
frankwang28 pushed a commit to frankwang28/flashinfer that referenced this pull request Mar 18, 2026
## Summary

This PR updates the CODEOWNERS file based on git commit history analysis
from the last 180 days.

## Changes

- Updated `.github/CODEOWNERS` with current code ownership based on:
  - Commit frequency
  - File coverage
  - Commit recency
  - Manual overrides from `scripts/codeowner_overrides.json`

## How to Review

1. Review the changes to `.github/CODEOWNERS`
2. Verify that the assigned owners are appropriate for each module
3. Make manual adjustments if needed before merging

## Notes

- This is an automated PR generated weekly
- Minimum commits threshold: 1
- Analysis period: 180 days
- Directory depth: 3 levels
- Top N owners per module: 5

---

🤖 This PR was automatically generated by the [update-codeowners
workflow](.github/workflows/update-codeowners.yml)

Co-authored-by: flashinfer-bot <flashinfer-bot@users.noreply.github.com>
ameynaik-hub pushed a commit to ameynaik-hub/flashinfer that referenced this pull request Mar 18, 2026
## Summary

This PR updates the CODEOWNERS file based on git commit history analysis
from the last 180 days.

## Changes

- Updated `.github/CODEOWNERS` with current code ownership based on:
  - Commit frequency
  - File coverage
  - Commit recency
  - Manual overrides from `scripts/codeowner_overrides.json`

## How to Review

1. Review the changes to `.github/CODEOWNERS`
2. Verify that the assigned owners are appropriate for each module
3. Make manual adjustments if needed before merging

## Notes

- This is an automated PR generated weekly
- Minimum commits threshold: 1
- Analysis period: 180 days
- Directory depth: 3 levels
- Top N owners per module: 5

---

🤖 This PR was automatically generated by the [update-codeowners
workflow](.github/workflows/update-codeowners.yml)

Co-authored-by: flashinfer-bot <flashinfer-bot@users.noreply.github.com>
Signed-off-by: Amey Naik <212485788+ameynaik-hub@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants