From c591a13111fc12772ebec92914664c4f76b2d917 Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Tue, 6 Feb 2024 16:22:52 -0800 Subject: [PATCH 1/2] change closing 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 22bf2a7..9db87c8 100644 --- a/.github/workflows/closed-issue-message.yml +++ b/.github/workflows/closed-issue-message.yml @@ -13,7 +13,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 ea2d697afc542b670f5a1f6ab70ed7de2ee0bfed Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Tue, 6 Feb 2024 16:23:30 -0800 Subject: [PATCH 2/2] change closing time --- .github/workflows/stale_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index cbcc8b4..9697ae6 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -33,7 +33,7 @@ jobs: closed-for-staleness-label: closed-for-staleness # Issue timing - days-before-stale: 7 + days-before-stale: 10 days-before-close: 4 days-before-ancient: 36500