Skip to content

Commit 0e334c4

Browse files
author
h1alexbel
committed
feat(#52): preventing
1 parent c176cd8 commit 0e334c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ check out [all available models](https://deepinfra.com/models/text-generation).
5454
### Issues to ignore
5555

5656
You can configure this action to ignore some incoming issues.
57-
They can be feature requests or just questions.
5857
To do so, you can use `exclude` and pass to it an array of regular expressions.
5958
Consider this configuration:
6059

@@ -78,6 +77,8 @@ jobs:
7877
exclude: '["^I have a question*.+$", "^I want to request new feature*.+$"]'
7978
```
8079

80+
In this case we are preventing all issues with titles `I have a question...` and `I want to request new feature...` to be analyzed by the reports checker.
81+
8182
### Quality Evaluation Process
8283

8384
Each bug report goes through quality evaluation process, where

0 commit comments

Comments
 (0)