forked from mindsers/changelog-reader-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
74 lines (74 loc) · 1.76 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
{
"files": [
"CONTRIBUTORS.md"
],
"skipCi": true,
"contributors": [
{
"login": "mindsers",
"name": "Nathanael CHERRIER",
"avatar_url": "https://avatars0.githubusercontent.com/u/3090112?v=4",
"profile": "https://nathanaelcherrier.com",
"contributions": [
"code",
"doc",
"review",
"question",
"test",
"maintenance"
]
},
{
"login": "aroemen",
"name": "Alan Roemen",
"avatar_url": "https://avatars1.githubusercontent.com/u/796505?v=4",
"profile": "https://roemen.company",
"contributions": [
"code",
"test",
"ideas"
]
},
{
"login": "endormi",
"name": "Erno Salo",
"avatar_url": "https://avatars3.githubusercontent.com/u/39559256?v=4",
"profile": "http://endormi.io",
"contributions": [
"doc"
]
},
{
"login": "andrekosak",
"name": "Andre Kosak",
"avatar_url": "https://avatars1.githubusercontent.com/u/6382243?v=4",
"profile": "https://github.com/andrekosak",
"contributions": [
"example"
]
},
{
"login": "svenstaro",
"name": "Sven-Hendrik Haase",
"avatar_url": "https://avatars0.githubusercontent.com/u/1664?v=4",
"profile": "https://svenstaro.org",
"contributions": [
"example"
]
},
{
"login": "alexesprit",
"name": "Alexey",
"avatar_url": "https://avatars1.githubusercontent.com/u/1119267?v=4",
"profile": "https://alexesprit.com",
"contributions": [
"doc"
]
}
],
"projectName": "changelog-reader-action",
"projectOwner": "mindsers",
"repoType": "github",
"repoHost": "https://github.com",
"contributorsPerLine": 7
}