From 46354837f994b00edcd602e8b8550aa2b2d9e8a6 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 19 Mar 2021 08:26:11 +0100 Subject: [PATCH 1/2] extend close-duration for stale issues and prs Signed-off-by: Christian Kotzbauer --- .github/workflows/periodics-daily.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 2da8faa..1ab841c 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -19,6 +19,7 @@ jobs: stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' exempt-issue-labels: 'good-first-issue' + days-before-close: 21 check-docs-links: name: Check docs for incorrect links From 8209647e69123a856990f1b15988483bade7e6fc Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 19 Mar 2021 10:20:32 +0100 Subject: [PATCH 2/2] change comment accordingly Signed-off-by: Christian Kotzbauer --- .github/workflows/periodics-daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 1ab841c..468b79a 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -9,7 +9,7 @@ jobs: name: Mark stale issues and PRs runs-on: ubuntu-latest steps: - # Stale by default waits for 60 days before marking PR/issues as stale, and closes them after 7 days. + # Stale by default waits for 60 days before marking PR/issues as stale, and closes them after 21 days. # Do not expire the first issues that would allow the community to grow. - uses: actions/stale@v3.0.18 with: