Skip to content

Commit d87dfed

Browse files
authored
Lower days before stale to 14 from 30 (#7425)
The pr will get pinged earlier and the author can choose to close it or remove the label if they want another 14 days Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent d674aa2 commit d87dfed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/stale@v10
1414
with:
1515
# After 30 days of no activity, a PR will be marked as stale
16-
days-before-pr-stale: 30
16+
days-before-pr-stale: 14
1717
# PR has 7 more days to become active, otherwise it will be closed.
1818
days-before-pr-close: 7
1919
stale-pr-label: "stale"

0 commit comments

Comments
 (0)