Hi,
I would like to implement one of the following:
1. use Notion as a master, whenever a db item (a markdown page) gets updated, a pull request on GitHub is opened to edit a certain markdown file.
For instance, I edit the FILE.md content and add a line "# Title" on a Notion db, a PR editing FILE.md on GitHub is opened with that same edit. In this way, edits on Notion are automatically propagated to GitHub.
2. vice versa, GitHub as master and Notion as backup, changes to markdown files on GitHub are reflected on Notion database
Is that possible? Thank you very much!