X Tutup
The Wayback Machine - https://web.archive.org/web/20200917205204/https://github.com/nodejs/docker-node/pull/1314
Skip to content
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

feat: Add auto-pr cron job #1314

Open
wants to merge 2 commits into
base: master
from
Open

feat: Add auto-pr cron job #1314

wants to merge 2 commits into from

Conversation

@nschonni
Copy link
Member

nschonni commented Aug 15, 2020

No description provided.

@nschonni nschonni force-pushed the nschonni:auto-pr branch from f2a24a1 to 526c9ef Aug 15, 2020
@nschonni nschonni mentioned this pull request Aug 15, 2020

on:
schedule:
- cron: 0 0 * * *

This comment has been minimized.

@SimenB

SimenB Aug 15, 2020 Member

add a comment about what this means so I don't have to use https://crontab.guru/?

Co-authored-by: mary marchini <oss@mmarchini.me>
@SimenB
SimenB approved these changes Aug 15, 2020
@SimenB SimenB requested a review from nodejs/docker Aug 16, 2020

on:
schedule:
- cron: 0 0 * * *

This comment has been minimized.

@SimenB

SimenB Aug 16, 2020 Member

Suggested change
- cron: 0 0 * * *
- cron: 0 * * * *

Every hour instead of every day? Otherwise I assume people will be posting issues wondering when the next release will be available if it's potentially 23 hours delayed.

Could run it event more often of course, not like it takes a lot of resources/time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.
X Tutup