Преглед изворни кода

Relax stale issue timers to 60/30 days

jeremystretch пре 5 година
родитељ
комит
30ffa4c3f2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .github/workflows/stale.yml

+ 2 - 2
.github/workflows/stale.yml

@@ -17,8 +17,8 @@ jobs:
             necessary.
           close-pr-message: >
             This PR has been automatically closed due to lack of activity.
-          days-before-stale: 45
-          days-before-close: 15
+          days-before-stale: 60
+          days-before-close: 30
           exempt-issue-labels: 'status: accepted,status: blocked,status: needs milestone'
           operations-per-run: 100
           remove-stale-when-updated: false