-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
.all-contributorsrc
75 lines (75 loc) · 1.81 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "max-kahnt-keylight",
"name": "Max Kahnt",
"avatar_url": "https://avatars.githubusercontent.com/u/79849575?v=4",
"profile": "https://github.com/max-kahnt-keylight",
"contributions": [
"doc"
]
},
{
"login": "wkillerud",
"name": "William Killerud",
"avatar_url": "https://avatars.githubusercontent.com/u/1223410?v=4",
"profile": "https://wllm.no",
"contributions": [
"code"
]
},
{
"login": "Minecraftschurli",
"name": "Minecraftschurli",
"avatar_url": "https://avatars.githubusercontent.com/u/23388022?v=4",
"profile": "https://github.com/Minecraftschurli",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "stefanhoth",
"name": "Stefan Hoth",
"avatar_url": "https://avatars.githubusercontent.com/u/45467?v=4",
"profile": "https://stefanhoth.com",
"contributions": [
"code"
]
},
{
"login": "boidolr",
"name": "Raphael Boidol",
"avatar_url": "https://avatars.githubusercontent.com/u/652404?v=4",
"profile": "https://home.boidol.dev/",
"contributions": [
"doc"
]
},
{
"login": "Larspolo",
"name": "Lars",
"avatar_url": "https://avatars.githubusercontent.com/u/11822478?v=4",
"profile": "https://github.com/Larspolo",
"contributions": [
"code",
"test",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "verify-changed-files",
"projectOwner": "tj-actions",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}