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: on:
issues: issues:
types: types:
- 'labeled' - 'opened'
jobs: jobs:
troubleshooting: troubleshooting:
permissions:
issues: 'write'
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
- uses: 'actions/github-script@v6' - uses: 'actions/github-script@v6'
if: "${{ github.event.label_name == 'bug' }}"
with: with:
script: |- script: |-
const msg = const msg =