-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
GHA to create issue on new IANA release #173
Conversation
I tried it on this branch and it created this issue: nilsnolde#1 |
on: | ||
schedule: | ||
- cron: "0 0 * * 0" | ||
workflow_dispatch: |
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.
not sure how familiar you are with GHA, but this allows you to trigger this action manually in the "Actions" tab
|
||
on: | ||
schedule: | ||
- 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.
and it runs once a week (sunday midnight)
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.
Thanks! I'm excited to see it in action.
fixes #169
not sure how you cut releases, but we could also create a PR which already changes the
TZ_RELEASE
file to reflect the latest release, which you can pull and push?