From d0292d4dc3c5d973b6af5c3ebc160aed32e103e2 Mon Sep 17 00:00:00 2001 From: Ronnie Geraghty Date: Tue, 26 Mar 2024 16:53:18 -0700 Subject: [PATCH] Enabling EnforceMaxLifeOfIssues Rule (#5467) Turning on EnforceMaxLifeOfIssue rule in this repo. --- .github/event-processor.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/event-processor.config b/.github/event-processor.config index 3cecb54ae..52e731644 100644 --- a/.github/event-processor.config +++ b/.github/event-processor.config @@ -22,5 +22,5 @@ "IdentifyStalePullRequests": "On", "CloseAddressedIssues": "On", "LockClosedIssues": "On", - "EnforceMaxLifeOfIssues": "Off" + "EnforceMaxLifeOfIssues": "On" }