Skip to content

Conversation

MassimoGennaro
Copy link
Contributor

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
Contributor 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.

Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (822550a) to head (65fdce4).
Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@ramnes ramnes merged commit a375fbd into ramnes:main Dec 26, 2024
10 checks passed
@ramnes
Copy link
Owner

ramnes commented Dec 26, 2024

Merged, thanks @MassimoGennaro!

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