-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[enh] [GH/CI] [WIP] [TEST] Auto-assign PR reviewers using module-owners information randomly #5530
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
Closed
venkywonka
wants to merge
16
commits into
NVIDIA:user/venky/actions
from
venkywonka:user/venky/auto-assign-pr
Closed
[enh] [GH/CI] [WIP] [TEST] Auto-assign PR reviewers using module-owners information randomly #5530
venkywonka
wants to merge
16
commits into
NVIDIA:user/venky/actions
from
venkywonka:user/venky/auto-assign-pr
+282
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
…sign-pr Signed-off-by: Venky <[email protected]>
- Add logic to check existing reviewers before assignment - Skip auto-assignment if reviewers already exist (unless --force-assign) - Improve logging and error handling with status messages - Add force-assign option for manual override - Switch back to pull_request trigger for proper access - Fix workflow parameter handling for force_assign option Signed-off-by: Venky Ganesh <[email protected]>
…sign-pr Signed-off-by: Venky <[email protected]>
0efbd83 to
9ac7371
Compare
9ac7371 to
375f74e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Uses github actions to use module-owners information and a file to modules mapping to figure out candidate devs from the diff.
Then sample x number randomly from them.
This action only aims at auto-adding reviewers, but does not enforce their approval like CODEOWNERS does.
This builds on top of CODEOWNERS.