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:
|
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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user