Explorar o código

Increase stale PR timer from 15 to 30 days

Jeremy Stretch hai 1 ano
pai
achega
7167f20ca5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'