From a771ff81e25cc5439cae27d5d86514cc9eab8463 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 30 May 2022 10:29:19 -0400 Subject: [PATCH] Run on all new issues --- .github/workflows/troubleshooting.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index b1a6d4d..40d6018 100644 --- a/.github/workflows/troubleshooting.yml +++ b/.github/workflows/troubleshooting.yml @@ -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 =