Skip to content

Commit f9468ae

Browse files
committed
dial staleness check down to weekly
1 parent 7f846f4 commit f9468ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: stale
55

66
on:
77
schedule:
8-
- cron: "11 1 * * *"
8+
- cron: "11 1 * * 6"
99

1010
jobs:
1111
stale:

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* tests/tinytest.R: Test for CODECOV when deciding to run extensive
44
tests or just a subset, and set CI=true to enable run full set
55

6+
* .github/workflows/stale.yaml: Run weekly instead of daily
7+
68
2021-01-14 Dirk Eddelbuettel <[email protected]>
79

810
* DESCRIPTION (Date, Version): Release 1.0.6

0 commit comments

Comments
 (0)