mithril-vndb/.github/workflows/issue-create.yml
2024-09-23 04:55:07 -07:00

12 lines
267 B
YAML

name: Ping triage on issue create
on:
issues:
types: [opened]
permissions:
issues: write
jobs:
notify:
uses: ./.github/workflows/_post-comment.yml
with:
url: ${{ github.event.issue.url }}
message: '@MithrilJS/triage Please take a look.'