Automatically sync GitHub issues with your Notion database. This workflow updates the Notion database whenever an issue is opened, edited, closed, or deleted in GitHub, ensuring your project management is always up-to-date.
This workflow leverages n8n to automate the synchronization of GitHub issues with a Notion database. It begins with a GitHub trigger that activates when an issue is created or updated. The workflow then determines whether the issue is new or an update and either creates a new entry in Notion or updates an existing one. It employs conditional logic to handle different issue actions such as editing, closing, or reopening, ensuring that the Notion database accurately reflects the current state of i
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Mei Lin
if
notion
switch
function
stickyNote
githubTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.