mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Update labeled.yml
This commit is contained in:
3
.github/workflows/labeled.yml
vendored
3
.github/workflows/labeled.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user