From da3c978673d0bb07fa5fc24f8f9d0065b7863a0e Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 18 Dec 2022 17:00:32 -0500 Subject: [PATCH] fix(ci): issues marked wrongly as stale --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 97ab2781..908385b6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/stale@v6 with: + days-before-stale: -1 stale-pr-message: This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity. days-before-pr-stale: 21 days-before-pr-close: 3