Add code owners, add triage ping, fix workflows
This commit is contained in:
parent
2a7f31acb8
commit
8505916ebc
6 changed files with 19 additions and 5 deletions
13
.github/workflows/issue-create.yml
vendored
Normal file
13
.github/workflows/issue-create.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Ping triage on issue create
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: gh issue comment ${{ github.event.issue.url }} --body '@MithrilJS/triage Please take a look.'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue