-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add TagBot #1364
add TagBot #1364
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1364 +/- ##
==========================================
- Coverage 90.6% 90.55% -0.06%
==========================================
Files 38 38
Lines 3961 3961
==========================================
- Hits 3589 3587 -2
- Misses 372 374 +2
Continue to review full report at Codecov.
|
a second commit changes CompatHelper frequency from every minute (doh!) to once per week. |
a third commit changes CI to test on julia 1.3 |
@@ -2,7 +2,7 @@ name: CompatHelper | |||
|
|||
on: | |||
schedule: | |||
- cron: '* * * * 0' | |||
- cron: '0 0 * * 0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this once per day?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
midnight on sunday, so once per week. https://crontab.guru/#0_0_*_*_0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a shame that both tagbot and compathelper poll. would be nice if they could be re-engineered to use interrupts.
worth noting that the change to travis specifies "julia 1", not "julia 1.3". so when 1.4 etc is released it will automatically start testing on it. just learned this was possible from tim holy's work on indirectarrays.jl. |
No description provided.