Skip to content

Commit 8f09843

Browse files
feat: add default area feature
1 parent c435e15 commit 8f09843

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ Parameters should take the form
3232
]
3333
```
3434

35-
### excluded expressions
35+
### default-area
36+
If no keywords to any areas are detected in your issue, set these default labels and assignees
37+
```
38+
{
39+
"labels": ["labels"],
40+
"assignees": ["assignees"]
41+
}
42+
```
43+
44+
### excluded-expressions
3645

3746
You can exclude certain expressions from being potentially counted as keywords. This is useful if you have issue templates which may contain keywords.
3847
The input should be an array with expressions to exclude separated by bars. Ex. `[ Expression 1 | Expression 2 ]`

0 commit comments

Comments
 (0)