From 5070ad0f2a03c2431c8d1497d3d6e9391d2656f2 Mon Sep 17 00:00:00 2001 From: Ronnie Geraghty Date: Mon, 11 Mar 2024 19:01:52 -0700 Subject: [PATCH] Turn on EnforceMaxLifeOfIssues 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 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" }