Run on all new issues

This commit is contained in:
Seth Vargo 2022-05-30 10:29:19 -04:00
parent d786187a9e
commit a771ff81e2
No known key found for this signature in database
GPG Key ID: 9C01CC8AB5D3F179

View File

@ -3,15 +3,17 @@ name: 'troubleshooting'
on:
issues:
types:
- 'labeled'
- 'opened'
jobs:
troubleshooting:
permissions:
issues: 'write'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/github-script@v6'
if: "${{ github.event.label_name == 'bug' }}"
with:
script: |-
const msg =