From 188585c60f08045cbe3472c1f5ccfd774964376b Mon Sep 17 00:00:00 2001 From: James Suplizio Date: Mon, 17 Apr 2023 11:58:39 -0700 Subject: [PATCH] Update rule name and criteria (#5988) --- tools/github-event-processor/RULES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/github-event-processor/RULES.md b/tools/github-event-processor/RULES.md index cc0fe5d8509..e449fef03ae 100644 --- a/tools/github-event-processor/RULES.md +++ b/tools/github-event-processor/RULES.md @@ -514,7 +514,7 @@ OR - "Sorry, @{commenter}, only the original author can reopen this pull request." ``` -## Reset auto-merge approvals on untrusted changes +## Reset approvals for untrusted changes ### Trigger @@ -524,7 +524,7 @@ OR ### Criteria - Pull request is open -- Pull request has "auto-merge" label +- auto-merge has been enabled through the GitHub UI on the pull request - User who pushed the changes does NOT have a collaborator association - User who pushed changes does NOT have write permission - User who pushed changes does NOT have admin permission