Skip to content

Commit 5863027

Browse files
feat(workflow): Run stale action every 5 days
The cache is cleaned after 7 days. So run the workflow a little more often.
1 parent b3a0a26 commit 5863027

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: Mark stale issues and PRs
77

88
on:
99
schedule:
10-
- cron: '0 2 * * 1' # At 02:00 on Monday
10+
# At 02:17 UTC on every 5th day-of-month from 3
11+
- cron: '17 2 3,8,13,18,23,28 * *'
1112

1213
permissions:
1314
issues: write

0 commit comments

Comments
 (0)