-
Notifications
You must be signed in to change notification settings - Fork 8
/
.all-contributorsrc
36 lines (36 loc) · 987 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
34
35
36
{
"files": [
"README.md"
],
"imageSize": 100,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)](#contributors-)",
"commit": false,
"contributors": [
{
"login": "gsmet",
"name": "Guillaume Smet",
"avatar_url": "https://avatars.githubusercontent.com/u/1279749?v=4",
"profile": "https://lesincroyableslivres.fr/",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "janpk",
"name": "Jan-Petter Krüger",
"avatar_url": "https://avatars.githubusercontent.com/u/809194?v=4",
"profile": "https://github.com/janpk",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "quarkus-github-action",
"projectOwner": "quarkiverse",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}