-
-
Notifications
You must be signed in to change notification settings - Fork 159
Implement GitHub CI cron job to open issues on new Notion API Changelog #244
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
Implement GitHub CI cron job to open issues on new Notion API Changelog #244
Conversation
…ve retrieval of more complex html blocks
…entries.json. Add some exception handlers to break the script.
…o reduce complexity
Excellent, thanks for the update and PR! Tests are failing but that's unrelated. I'll fix and merge soon. 👍 Do I need to do anything else than adding the label? |
No, it should work. If you want to test it, just update the json file removing one entry and trigger the workflow manually or wait tonight. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #244 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 304 304
=========================================
Hits 304 304 ☔ View full report in Codecov by Sentry. |
Merged, thanks @MassimoGennaro! |
Implement a GitHub CI cron job to open issues on new Notion API Changelog as described in #234
Main points:
Assuming to have a new label 'changelog' to tag issues created by this workflow.