Skip to content
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

GITHUB/WORKFLOWS: Add workflow for auto-assigning reviewers based on git blame #10302

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

michal-shalev
Copy link
Contributor

What?

Automatically selects reviewers for pull requests based on git blame analysis of modified lines.

Why?

Streamlines the review process by assigning knowledgeable contributors based on recent changes.

How?

Uses a GitHub Action triggered on pull request events to run git blame on affected files and assigns reviewers through the GitHub API.

@michal-shalev michal-shalev marked this pull request as draft November 15, 2024 10:02
@michal-shalev michal-shalev added the WIP-DNM Work in progress / Do not review label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP-DNM Work in progress / Do not review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant