Skip to content

Commit deded85

Browse files
chore: run repro validation only on bug reports (#55610)
### What? Continues #55525 Adding filtering for repro validation checks ### Why? #55589 should not have been closed ### How? balazsorban44/nissuer@ecbf8b4
1 parent 3cd4b97 commit deded85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issue_validator.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Nissuer
21-
uses: balazsorban44/nissuer@1.3.5
21+
uses: balazsorban44/nissuer@1.4.0
2222
with:
2323
label-area-prefix: 'area:'
2424
label-area-section: 'Which area\(s\) are affected\? \(Select all that apply\)(.*)### Additional context'
@@ -32,3 +32,4 @@ jobs:
3232
reproduction-hosts: 'github.com,codesandbox.io'
3333
reproduction-link-section: '### Link to the code that reproduces this issue(.*)### To Reproduce'
3434
reproduction-invalid-label: 'invalid link'
35+
reproduction-issue-labels: 'template: bug'

0 commit comments

Comments
 (0)