mithril-vndb/.github/workflows/issue-create.yml

12 lines
259 B
YAML

name: Ping triage on issue create
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
repository-projects: write
jobs:
notify_triage:
uses: MithrilJS/infra/.github/workflows/notify-triage.yml@main