From 36a115ff9b5a1c8a6657bf16961cf8b02b0d3fc9 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Wed, 15 Jun 2022 10:41:18 -0700 Subject: [PATCH 1/2] Don't close inactive issues by the stable bot --- .github/workflows/stale.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ff3e02df62..c907aeffed 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,5 @@ jobs: - uses: actions/stale@v5 with: stale-issue-message: 'This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.' - close-issue-message: 'Closed as inactive. Feel free to reopen if this is still an issue.' days-before-issue-stale: 60 - days-before-issue-close: 7 exempt-issue-labels: 'do-not-stale' From ffd96e359ff8f366b1c4e8b0304a6972f78aa2ca Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Wed, 15 Jun 2022 19:19:41 -0700 Subject: [PATCH 2/2] Reflect the change in stale bot message --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c907aeffed..2145165417 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/stale@v5 with: - stale-issue-message: 'This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.' + stale-issue-message: 'This issue was marked as stale due to lack of activity.' days-before-issue-stale: 60 exempt-issue-labels: 'do-not-stale'