Skip to content

Commit 0226b00

Browse files
authored
Make stale action run more often to deal with old PRs
1 parent ce151a8 commit 0226b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Close stale issues and PRs'
22
on:
33
schedule:
4-
- cron: '0 0 * * *'
4+
- cron: '0 */1 * * *'
55
jobs:
66
stale:
77
runs-on: ubuntu-latest
@@ -15,4 +15,4 @@ jobs:
1515
exempt-issue-labels: 'dont-close'
1616
exempt-pr-labels: 'dont-close'
1717
days-before-stale: 30
18-
days-before-close: 7
18+
days-before-close: 7

0 commit comments

Comments
 (0)