From c6762fdd6a0e67ca2c3a69b51937bc33eafeac80 Mon Sep 17 00:00:00 2001 From: Vipul Date: Wed, 4 May 2022 14:54:27 +0530 Subject: [PATCH] Set days before issue stale to 200 --- .github/workflows/close-inactive-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index ceac4f1..fed66e0 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/stale@v3 with: - days-before-issue-stale: 365 + days-before-issue-stale: 200 days-before-issue-close: 5 stale-issue-label: "stale" stale-issue-message: "This issue is stale because it has been open for 365 days with no activity. Leave a comment to avoid closing this issue in 5 days."