Skip to content

notify-on-discussion #18

notify-on-discussion

notify-on-discussion #18

name: notify-on-discussion
on:
discussion:
types: [created, edited, answered]
discussion_comment:
types: [created, edited]
push:
jobs:
new-task:
uses: justinjbird/todoist-tools/.github/workflows/create-task.yml@main
with:
title: New Comment Added
description: https://github.com/justinjbird/site-blog-comments/discussions
labels: web, scheduled
priority: 2
due_string: today
project_id: 2287192456
secrets:
token: "${{ secrets.TODOIST_API_TOKEN }}"