mithril-vndb/.github/workflows/issue-create.yml
2024-09-24 16:37:04 -07:00

10 lines
222 B
YAML

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