10 lines
222 B
YAML
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
|