From 71aeb8bd3f6907b5167441d74c7a5592b20a836a Mon Sep 17 00:00:00 2001 From: Urgau Date: Wed, 29 Oct 2025 21:22:07 +0100 Subject: [PATCH] Define what constitute a reviewer for triagebot `[review-submitted]` --- src/triagebot/review-submitted.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/triagebot/review-submitted.md b/src/triagebot/review-submitted.md index 97f45c2ab..ac16250e3 100644 --- a/src/triagebot/review-submitted.md +++ b/src/triagebot/review-submitted.md @@ -1,10 +1,13 @@ # Review Changes Requested -This feature will automatically adjust the labels on a pull request when a reviewer sends a review with changes requested. +This feature will automatically adjust the labels on a pull request when a reviewer[^1] sends a review with changes requested. + +[^1]: For the purpose of this feature, a reviewer can either be one of the assignees or anyone who has "write" permissions on the repository. ## Usage When creating a pull request review, click the "Request Changes" option when finishing the review. + This will automatically remove the review labels, and add a new label to indicate that the PR is waiting on the author. ## Configuration