From 0257359971a1b7203cec0dd730014d45049539c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 31 Jul 2024 13:32:00 +0900 Subject: [PATCH] chore: Disable nissuer --- .github/workflows/nissuer.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nissuer.yml b/.github/workflows/nissuer.yml index a7769232e5f0..a9830026e606 100644 --- a/.github/workflows/nissuer.yml +++ b/.github/workflows/nissuer.yml @@ -16,11 +16,13 @@ jobs: issue-validator: runs-on: ubuntu-latest steps: - - name: Nissuer - uses: balazsorban44/nissuer@1.10.0 - 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" + - uses: actions/checkout@v4 + + # - name: Nissuer + # uses: balazsorban44/nissuer@1.10.0 + # 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"