juliethecao opened a new issue, #5244:
URL: https://github.com/apache/texera/issues/5244

   ### Feature Summary
   
   The existing `/request-review @user [@user ...]` command requires the PR 
author to already know who to ping. For contributors unfamiliar with the 
codebase (e.g., first-time contributors, cross-team PRs), identifying the right 
reviewer is not obvious and often leads to review requests going to the wrong 
person or being left unassigned.
   
   
   Command | What it does
   -- | --
   /request-review @user [@user ...] | Request reviews from those users
   /request-review (no args) | Auto-detects reviewer via git blame on changed 
files
   
   
   ### Proposed Solution or Design
   
   - Extend the `/request-review` comment command in 
`.github/workflows/comment-commands.yml` so that when called with no `@mention` 
arguments, it automatically identifies and requests a review from the person 
who most recently touched each file changed in the PR, which is determined via 
`git blame`.
   - This makes `/request-review` a zero-configuration entry point: the author 
signals intent, and the system routes to the right person.
   
   ### Affected Area
   
   Deployment / Infrastructure


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to