Run on all new issues
This commit is contained in:
parent
d786187a9e
commit
a771ff81e2
6
.github/workflows/troubleshooting.yml
vendored
6
.github/workflows/troubleshooting.yml
vendored
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user