From 09f002934c6386ec9b341e1cb3ea797bcd91ca7b Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 27 Aug 2024 03:53:05 -0700 Subject: [PATCH] Update labeled.yml --- .github/workflows/labeled.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/labeled.yml b/.github/workflows/labeled.yml index 5a3d511cce..54beca6f1d 100644 --- a/.github/workflows/labeled.yml +++ b/.github/workflows/labeled.yml @@ -9,7 +9,7 @@ on: jobs: on-bug: runs-on: ubuntu-latest - if: github.event.label.name == 'bug' + if: github.event.label.name == 'bug' || github.event.label.name == 'crash' permissions: issues: write steps: @@ -26,7 +26,6 @@ jobs: bun-version: "1.1.24" - name: "categorize bug" id: add-labels - if: github.event.label.name == 'bug' env: GITHUB_ISSUE_BODY: ${{ github.event.issue.body }} GITHUB_ISSUE_TITLE: ${{ github.event.issue.title }}