Skip to content

Commit 43bcad8

Browse files
committed
workflow: stales: stop closing stalled issues automatically
While it's a good idea to automatically stall and close PR when inactive, we probably can live with inactive issues, since some of them could be low hanging fruits, or long term (low priority) items. Let's mark issue as stalled to indicate that it's been inactive, but let's keep them open, we can do a manual triage from time to time. Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 391dd16 commit 43bcad8

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)