branch: elpa/cider
commit 0a1a194ead0ff47e8e8ddb3c2f124be23e771cae
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Relax the staleness checks
---
 .github/workflows/stale.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index a7774f4138..c6d4804f4a 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -12,7 +12,7 @@ jobs:
     steps:
       - uses: actions/stale@v9
         with:
-          days-before-issue-stale: 30
+          days-before-issue-stale: 90
           days-before-issue-close: 30
           stale-issue-label: "stale"
           exempt-all-milestones: true
@@ -24,7 +24,7 @@ jobs:
           close-issue-message: >-
             This issue been automatically closed due to lack of activity. Feel 
free to re-open it
             if you ever come back to it.
-          days-before-pr-stale: 30
+          days-before-pr-stale: 90
           days-before-pr-close: 30
           exempt-pr-labels: "high priority, good first issue, pinned"
           stale-pr-message: >-

Reply via email to