From c4af5df828135159633d4bc3070ce800518a42a2 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Sun, 31 Oct 2021 16:48:58 +1300 Subject: [PATCH] Update stale.yml (#4102) --- .github/workflows/stale.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 726c923fec..a6b7f6b8ea 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,12 +19,12 @@ jobs: operations-per-run: 520 enable-statistics: true repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is being marked stale because it has been open for 90 days without activity. If you feel that this is in error, please comment below and we will keep it marked as active. Otherwise, it will be closed in 10 days.' - stale-pr-message: 'This PR is being marked stale because it has been open for 45 days without activity. If this PR is still active, please comment below and we will keep it marked as active. Otherwise, it will be closed in 10 days.' - close-issue-message: 'This issue has been marked stale for more than 10 days without activity. Closing this issue, but if you find that the issue is still valid, please reopen.' - close-pr-message: 'This PR has been marked stale for more than 10 days without activity. Closing this PR, but if you are still working on it, please reopen.' + stale-issue-message: 'This issue is being marked stale because it has been open for 90 days without activity. If you feel that this is in error, please comment below and we will keep it marked as active.' + stale-pr-message: 'This PR is being marked stale because it has been open for 45 days without activity. If this PR is still active, please comment below and we will keep it marked as active.' + close-issue-message: 'This issue has been marked stale for more than 100000 days without activity. Closing this issue, but if you find that the issue is still valid, please reopen.' + close-pr-message: 'This PR has been marked stale for more than 100 days without activity. Closing this PR, but if you are still working on it, please reopen.' days-before-issue-stale: 90 days-before-pr-stale: 45 - days-before-issue-close: 10 - days-before-pr-close: 10 + days-before-issue-close: 100000 + days-before-pr-close: 100 exempt-issue-labels: 'exempt,keep'