From bad58c1cb74cfa9554f0c7a25da8d2e90a84b474 Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 16 Aug 2021 10:56:08 -0400 Subject: [PATCH] [skip ci] Do not mark do-not-autoclose issues as stale --- .github/workflows/batch_close_issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/batch_close_issues.yml b/.github/workflows/batch_close_issues.yml index bae41eb72..fc14f93c1 100644 --- a/.github/workflows/batch_close_issues.yml +++ b/.github/workflows/batch_close_issues.yml @@ -13,6 +13,7 @@ jobs: # Close everything older than 1 year days-before-issue-stale: 365 days-before-issue-close: 0 + exempt-issue-labels: do-not-autoclose close-issue-message: "In an effort to have a more manageable issue backlog, we're closing issues older than 1 year. If you think your request or report is still relevant and may benefit others, please open a new issue." ascending: true operations-per-run: 250 \ No newline at end of file