From 09e8ecbeb16bc04670b6c529790045bd665f98b1 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Tue, 29 Aug 2023 17:38:59 +0200 Subject: [PATCH] fixed readme technicality --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fdfe35..5421590 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ This is a special field that applies to all the rules. This field is **optional**. -It supports two fields: `users` and `teams`. If *the user is inside the users array, or they belong to one of the teams listed there, the validation will automatically be skipped, and a success status check will be reported*. +It supports two fields: `users` and `teams`. If *the author of the Pull Request is inside the users array, or they belong to one of the teams listed there, the validation will automatically be skipped, and a success status check will be reported*. It is intended to stop the custom rules being required when a user is already trusted and doesn’t need such a thorough review process.