Skip to content

Commit

Permalink
chore: run repro validation only on bug reports (#55610)
Browse files Browse the repository at this point in the history
### What?

Continues #55525

Adding filtering for repro validation checks

### Why?

#55589 should not have been closed

### How?

balazsorban44/nissuer@ecbf8b4
  • Loading branch information
balazsorban44 committed Sep 19, 2023
1 parent 3cd4b97 commit deded85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'

0 comments on commit deded85

Please sign in to comment.