-
Notifications
You must be signed in to change notification settings - Fork 52
/
.all-contributorsrc
33 lines (33 loc) · 988 Bytes
/
.all-contributorsrc
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
{
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "TimonVS",
"name": "Timon van Spronsen",
"avatar_url": "https://avatars2.githubusercontent.com/u/876666?v=4",
"profile": "http://www.timonvanspronsen.nl/",
"contributions": ["code", "ideas", "test", "doc"]
},
{
"login": "amacado",
"name": "Clemens Bastian",
"avatar_url": "https://avatars2.githubusercontent.com/u/8781699?v=4",
"profile": "http://clemensbastian.de",
"contributions": ["code", "doc", "bug"]
},
{
"login": "hugo-vrijswijk",
"name": "Hugo van Rijswijk",
"avatar_url": "https://avatars3.githubusercontent.com/u/10114577?v=4",
"profile": "https://github.com/hugo-vrijswijk",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"projectName": "pr-labeler-action",
"projectOwner": "TimonVS",
"repoType": "github",
"repoHost": "https://github.com"
}