From 5387c9d778d63db66402e263f9e074c4b6eb66c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 29 Nov 2023 12:48:12 +0100 Subject: [PATCH] chore: bump `nissuer` (issue validator) --- .github/workflows/issue_validator.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issue_validator.yml b/.github/workflows/issue_validator.yml index b6134dfbd9fe7..6337cdb2bbc9d 100644 --- a/.github/workflows/issue_validator.yml +++ b/.github/workflows/issue_validator.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Nissuer - uses: balazsorban44/nissuer@1.5.0 + uses: balazsorban44/nissuer@1.8.1 with: label-area-prefix: 'area:' label-area-section: 'Which area\(s\) are affected\? \(Select all that apply\)(.*)### Additional context' @@ -30,6 +30,7 @@ jobs: } reproduction-comment: '.github/invalid-link.md' reproduction-hosts: 'github.com,codesandbox.io' + reproduction-blocklist: 'github.com/vercel/next.js.*' reproduction-link-section: '### Link to the code that reproduces this issue(.*)### To Reproduce' reproduction-invalid-label: 'invalid link' reproduction-issue-labels: 'template: bug'