From d28a3c0a85f78777a35319896f3b0a46edaecef8 Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Wed, 24 Jan 2024 15:31:31 -0800 Subject: [PATCH 1/2] chore: a more polite closed issue message --- .github/workflows/closed-issue-message.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/closed-issue-message.yml b/.github/workflows/closed-issue-message.yml index 09873e57ff6..bf463e53879 100644 --- a/.github/workflows/closed-issue-message.yml +++ b/.github/workflows/closed-issue-message.yml @@ -11,7 +11,5 @@ jobs: # These inputs are both required repo-token: "${{ secrets.GITHUB_TOKEN }}" message: | - ### ⚠️COMMENT VISIBILITY WARNING⚠️ - Comments on closed issues are hard for our team to see. - If you need more assistance, please either tag a team member or open a new issue that references this one. - If you wish to keep having a conversation with other community members under this issue feel free to do so. + This issue is now closed. Comments on closed issues are hard for our team to see. + If you need more assistance, please open a new issue that references this one. From 1f3acaee1453cc26875389dfa28f8ac2c0afe588 Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Wed, 24 Jan 2024 15:31:56 -0800 Subject: [PATCH 2/2] chore: relax stale issue timing --- .github/workflows/stale_issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index 409aa0cf706..e5830db21c3 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -30,8 +30,8 @@ jobs: closed-for-staleness-label: closed-for-staleness # Issue timing - days-before-stale: 2 - days-before-close: 5 + days-before-stale: 10 + days-before-close: 4 days-before-ancient: 36500 # If you don't want to mark a issue as being ancient based on a