Skip to content

Commit 300c40e

Browse files
committed
chore(stale): increase time after issue notification
1 parent 662825a commit 300c40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Number of days of inactivity before an issue or PR becomes stale
2020
days-before-stale: 90
2121
# Number of days of inactivity before a stale issue or PR is closed
22-
days-before-close: 7
22+
days-before-close: 14
2323
# API calls per run
2424
operations-per-run: 100
2525

0 commit comments

Comments
 (0)