You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ check out [all available models](https://deepinfra.com/models/text-generation).
54
54
### Issues to ignore
55
55
56
56
You can configure this action to ignore some incoming issues.
57
-
They can be feature requests or just questions.
58
57
To do so, you can use `exclude` and pass to it an array of regular expressions.
59
58
Consider this configuration:
60
59
@@ -78,6 +77,8 @@ jobs:
78
77
exclude: '["^I have a question*.+$", "^I want to request new feature*.+$"]'
79
78
```
80
79
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
+
81
82
### Quality Evaluation Process
82
83
83
84
Each bug report goes through quality evaluation process, where
0 commit comments