Skip to content

Commit 0257359

Browse files
committed
chore: Disable nissuer
1 parent d5472cc commit 0257359

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/nissuer.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
issue-validator:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: Nissuer
20-
uses: balazsorban44/nissuer@1.10.0
21-
with:
22-
reproduction-comment: ".github/invalid-link.md"
23-
reproduction-hosts: "github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com"
24-
reproduction-invalid-label: "invalid link"
25-
reproduction-issue-labels: "C-bug"
26-
reproduction-link-section: "### Playground link \\(or link to the minimal reproduction\\)(.*)### SWC Info output"
19+
- uses: actions/checkout@v4
20+
21+
# - name: Nissuer
22+
# uses: balazsorban44/nissuer@1.10.0
23+
# with:
24+
# reproduction-comment: ".github/invalid-link.md"
25+
# reproduction-hosts: "github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com"
26+
# reproduction-invalid-label: "invalid link"
27+
# reproduction-issue-labels: "C-bug"
28+
# reproduction-link-section: "### Playground link \\(or link to the minimal reproduction\\)(.*)### SWC Info output"

0 commit comments

Comments
 (0)