From c58a319c51d28b49ff8c60e94e126083cb311676 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Fri, 29 Sep 2023 13:29:22 -0700 Subject: [PATCH] [JimBot] Remove CXP Attention (#4994) 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 3bfc0b9d4..aeb6e4c1b 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",