We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c435e15 commit 8f09843Copy full SHA for 8f09843
README.md
@@ -32,7 +32,16 @@ Parameters should take the form
32
]
33
```
34
35
-### excluded expressions
+### 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
45
46
You can exclude certain expressions from being potentially counted as keywords. This is useful if you have issue templates which may contain keywords.
47
The input should be an array with expressions to exclude separated by bars. Ex. `[ Expression 1 | Expression 2 ]`
0 commit comments