Skip to content

Alerts Not Triggering for Failed DQ Test Cases After Upgrade to 1.5.4 #1905

Alerts Not Triggering for Failed DQ Test Cases After Upgrade to 1.5.4

Alerts Not Triggering for Failed DQ Test Cases After Upgrade to 1.5.4 #1905

name: Notion Sync
on:
workflow_dispatch:
issues:
types:
[
opened,
edited,
labeled,
unlabeled,
assigned,
unassigned,
milestoned,
demilestoned,
reopened,
closed,
]
jobs:
notion_job:
runs-on: ubuntu-latest
name: Add GitHub Issues to Notion
steps:
- name: Add GitHub Issues to Notion
uses: tryfabric/notion-github-action@v1
with:
notion-token: ${{ secrets.NOTION_TOKEN }}
notion-db: ${{ secrets.NOTION_DATABASE }}