Skip to content

Unblock dependency upgrade for mysql-connector-python from 8.4.0 to 9.1.0 #150

Unblock dependency upgrade for mysql-connector-python from 8.4.0 to 9.1.0

Unblock dependency upgrade for mysql-connector-python from 8.4.0 to 9.1.0 #150

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 }}