From 1314587f71db328789304fd1b63a8ec3c55b5e0d Mon Sep 17 00:00:00 2001 From: Filip Kolarik Date: Tue, 18 May 2021 23:16:18 +0200 Subject: [PATCH] Update stale-issues.yml Disable state issues auto closing. --- .github/workflows/stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index bd316080..91ed7fc7 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -12,4 +12,4 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' days-before-stale: 30 - days-before-close: 5 + days-before-close: -1