-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.json
More file actions
54 lines (53 loc) · 1.61 KB
/
index.json
File metadata and controls
54 lines (53 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"$id": "~/.gitconfig.",
"user.email": "[email protected]",
"user.name": "yEarn Bot",
"comments": {
"lineComment": "//",
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"labels": {
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"applyLabel": {
"description": "Enables automatically applying this bots commits to a label.",
"type": "boolean"
},
"comment": {
"description": "Comment to add to issues detected to be in this commit ",
"type": "string"
},
"assign": {
"description": "List of usernames to assign to issues detected to be notified ",
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"assignees": {
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"assign": {
"description": "Enables automatically assigning this team member",
"type": "boolean"
},
"comment": {
"description": "Comment to add to issues detected to be assigned to this team member",
"type": "string"
}
}
}
}
}