@swc/core
cause webpack exit with code 3221225477 (0xc0000005) on Windows
#5656
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Triage via nissuer | |
on: | |
issues: | |
types: [opened, labeled] | |
issue_comment: | |
types: [created] | |
permissions: | |
issues: write | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
issue-validator: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Nissuer | |
uses: balazsorban44/[email protected] | |
with: | |
reproduction-comment: ".github/invalid-link.md" | |
reproduction-hosts: "github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com" | |
reproduction-invalid-label: "invalid link" | |
reproduction-issue-labels: "C-bug" | |
reproduction-link-section: "### Playground link \\(or link to the minimal reproduction\\)(.*)### SWC Info output" |