From 50bbed55366a0de97429130e9ab15993f13caba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 19 Sep 2023 21:40:22 +0200 Subject: [PATCH] chore: run repro validation only on bug reports Should not have been closed #55589 --- .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 b0e297e24d2a9..73d6da477578c 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.3.5 + uses: balazsorban44/nissuer@1.4.0 with: label-area-prefix: 'area:' label-area-section: 'Which area\(s\) are affected\? \(Select all that apply\)(.*)### Additional context' @@ -32,3 +32,4 @@ jobs: reproduction-hosts: 'github.com,codesandbox.io' reproduction-link-section: '### Link to the code that reproduces this issue(.*)### To Reproduce' reproduction-invalid-label: 'invalid link' + reproduction-issue-labels: 'template: bug'