Skip to content

[Bug]: When multiple Rsbuild instances are started in parallel (e.g., Turborepo serve), the dev server may become unresponsive #560

[Bug]: When multiple Rsbuild instances are started in parallel (e.g., Turborepo serve), the dev server may become unresponsive

[Bug]: When multiple Rsbuild instances are started in parallel (e.g., Turborepo serve), the dev server may become unresponsive #560

Workflow file for this run

name: Issue Labeled
on:
issues:
types: [labeled]
permissions:
contents: read
# Permits `actions-cool/issues-helper` to comment on an issue
issues: write
jobs:
reply-labeled:
name: Reply need reproduction
runs-on: ubuntu-latest
if: github.repository == 'web-infra-dev/rsbuild'
steps:
- name: need reproduction
if: github.event.label.name == 'need reproduction'
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
with:
actions: 'create-comment'
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}. Please provide a reproduction repository or online demo. For background, see [Why reproductions are required](https://antfu.me/posts/why-reproductions-are-required). Thanks ❤️