Skip to content

Commit 56800c1

Browse files
authored
ci: change "stale" limit to 20 days
1 parent d7ef3f3 commit 56800c1

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
@@ -17,5 +17,5 @@ jobs:
1717
stale-pr-message: 'This PR is being marked as "stale" because it has been open 30 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.'
1818
stale-pr-label: stale
1919
exempt-pr-labels: pinned
20-
days-before-stale: 30
20+
days-before-stale: 20
2121
days-before-close: 5

0 commit comments

Comments
 (0)