Skip to content

Commit 77c7918

Browse files
authored
workflow: stales: stop marking issues as stale automatically (#937)
While it's a good idea to automatically mark PR as stale when inactive, we probably can live with inactive issues, or we can do a manual triage from time to time. An issue can still be marked as 'stalled' by adding the label manually, and will in turn be closed if no update is made until the 'close' idle delay is reached.
2 parents 391dd16 + 43bcad8 commit 77c7918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stales.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
exempt-pr-labels: bug,enhancement
2020
days-before-stale: 30
2121
days-before-close: 5
22+
days-before-issue-close: -1
2223
remove-stale-when-updated: true
2324
remove-issue-stale-when-updated: true
2425
remove-pr-stale-when-updated: true

0 commit comments

Comments
 (0)