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

Implement GitHub CI cron job to open issues on new Notion API Changelog #244

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

MassimoGennaro
Copy link

Implement a GitHub CI cron job to open issues on new Notion API Changelog as described in #234

Main points:

  • .github/scripts/monitor_notion_changelog.py, script that parse Notion API Changelog, identify new entries, create issues for new ones and update a file to keep tracks of them
  • .github/workflows/notion-changelog-monitor.yml, workflow that run every day at midnight, execute the script above and commit the changes on the file with known changelo entries

Assuming to have a new label 'changelog' to tag issues created by this workflow.

@ramnes
Copy link
Owner

ramnes commented Dec 22, 2024

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?

@MassimoGennaro
Copy link
Author

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.

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

Successfully merging this pull request may close these issues.

2 participants