Souvikns / Notion-Board

Sync GitHub issue to you notion database.
Apache License 2.0
22 stars 10 forks source link

Sync existing issues on GitHub with notion. #51

Closed Souvikns closed 2 years ago

Souvikns commented 2 years ago

Currently setting up notion-database only new issues are synced, it is unable to sync the old issues that are already open.

Souvikns commented 2 years ago

According to Notion API we cannot bulk create new pages and also there is a rate limit that right now allows me to call 3 requests per second which is not bad. Maybe we can create a single workflow where we call the Notion API multiple times to add the issues or update it, if it already exists.

So for the process -