mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
27 lines
747 B
YAML
27 lines
747 B
YAML
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/nissuer@1.7.3
|
|
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"
|