From 20027d482a427660dbfb968ddcb871b983e3012a Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Thu, 1 Aug 2024 11:01:04 -0700 Subject: [PATCH] Remove RequestMerge comment handler (#30048) --- .github/policies/resourceManagement.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 3f172694e8d5..7717446efda4 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -2530,18 +2530,6 @@ configuration: - removeLabel: label: no-recent-activity description: - - if: - - payloadType: Issue_Comment - - and: - - isPullRequest - then: - - if: - - commentContains: - pattern: "^/pr RequestMerge$" - isRegex: true - then: - - addLabel: - label: MergeRequested - if: - payloadType: Pull_Request then: