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 #10301

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michal-shalev
Copy link
Contributor

@michal-shalev michal-shalev commented Nov 15, 2024

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.

NOTE

The GitHub Actions bot does not have permission to push to the repository.
https://github.com/openucx/ucx/actions/runs/11852759730/job/33031546894#step:6:122

@michal-shalev michal-shalev added the WIP-DNM Work in progress / Do not review label Nov 15, 2024
@michal-shalev michal-shalev marked this pull request as draft November 15, 2024 08:19
@michal-shalev michal-shalev force-pushed the auto-assign-reviewers branch 3 times, most recently from 4619d30 to 641e10d Compare November 15, 2024 08:23
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