Sfoglia il codice sorgente

Increase stale PR timer from 15 to 30 days

Jeremy Stretch 1 anno fa
parent
commit
7167f20ca5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/close-stale-issues.yml

+ 1 - 1
.github/workflows/close-stale-issues.yml

@@ -43,7 +43,7 @@ jobs:
           # Pull request parameters
           close-pr-message: >
             This PR has been automatically closed due to lack of activity.
-          days-before-pr-stale: 15
+          days-before-pr-stale: 30
           days-before-pr-close: 15
           exempt-pr-labels: 'status: blocked'
           stale-pr-label: 'pending closure'