Skip to content

Python 3.13 support #190

Python 3.13 support

Python 3.13 support #190

Workflow file for this run

name: Sync issues to Notion
on:
issues:
types: [opened, edited, deleted, reopened, closed]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Notion GitHub Issues Automation
uses: Edit-Mr/GitHub-issue-2-Notion@main
with:
repo: ${{ github.repository }}
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
NOTION_DATABASE_ID: ${{ secrets.NOTION_DATABASE_ID }}