Fix GitHub actions to work a little better
This commit is contained in:
parent
a4db1a1116
commit
57c331c6b4
9 changed files with 102 additions and 70 deletions
13
.github/workflows/issue-create.yml
vendored
13
.github/workflows/issue-create.yml
vendored
|
|
@ -1,13 +1,12 @@
|
|||
name: Ping triage on issue create
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
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 }}
|
||||
uses: ./.github/workflows/_post-comment.yml
|
||||
with:
|
||||
url: ${{ github.event.issue.url }}
|
||||
message: '@MithrilJS/triage Please take a look.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue