From b3b032c9915bd2277655bbe92230221c05baefa3 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Fri, 29 Sep 2023 09:16:10 -0700 Subject: [PATCH] [JimBot] Remove CXP Attention Removing config for the dead CXP Attention rule --- .github/event-processor.config | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/event-processor.config b/.github/event-processor.config index 3bfc0b9d4322..aeb6e4c1b79e 100644 --- a/.github/event-processor.config +++ b/.github/event-processor.config @@ -2,7 +2,6 @@ "InitialIssueTriage": "On", "ManualIssueTriage": "On", "ServiceAttention": "On", - "CXPAttention": "On", "ManualTriageAfterExternalAssignment": "On", "RequireAttentionForNonMilestone": "On", "AuthorFeedbackNeeded": "On",