From c3c285e19aae3b83dcb302d5865c0af97001fa76 Mon Sep 17 00:00:00 2001 From: Ronnie Geraghty Date: Tue, 12 Mar 2024 14:57:18 -0700 Subject: [PATCH] Turn on EnforceMaxLifeOfIssues (#34731) Turning on GitHub Action to enforce the max life of issues. "Close stale issues" --- .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 3cecb54ae77d..52e731644b0f 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" }