We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f846f4 commit f9468aeCopy full SHA for f9468ae
.github/workflows/stale.yaml
@@ -5,7 +5,7 @@ name: stale
5
6
on:
7
schedule:
8
- - cron: "11 1 * * *"
+ - cron: "11 1 * * 6"
9
10
jobs:
11
stale:
ChangeLog
@@ -3,6 +3,8 @@
3
* tests/tinytest.R: Test for CODECOV when deciding to run extensive
4
tests or just a subset, and set CI=true to enable run full set
+ * .github/workflows/stale.yaml: Run weekly instead of daily
+
2021-01-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Release 1.0.6
0 commit comments