File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 24
24
},
25
25
"dependencies" : {
26
26
"@probot/serverless-lambda" : " ^0.2.0" ,
27
- "all-contributors-cli" : " ^5.9 .1" ,
27
+ "all-contributors-cli" : " ^5.10 .1" ,
28
28
"compromise" : " ^11.13.0" ,
29
29
"probot" : " ^8.0.0-octokit-16-preview"
30
30
},
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const validContributionTypes = [
12
12
'fundingFinding' ,
13
13
'ideas' ,
14
14
'infra' ,
15
+ 'maintenance' ,
15
16
'platform' ,
16
17
'plugin' ,
17
18
'question' ,
@@ -32,6 +33,7 @@ const contributionTypeMappings = {
32
33
'user testing' : 'userTesting' ,
33
34
documentation : 'doc' ,
34
35
infrastructure : 'infra' ,
36
+ maintaining : 'maintenance' ,
35
37
}
36
38
37
39
const Contributions = { }
Original file line number Diff line number Diff line change @@ -277,9 +277,10 @@ align-text@^0.1.1, align-text@^0.1.3:
277
277
longest "^1.0.1"
278
278
repeat-string "^1.5.2"
279
279
280
- all-contributors-cli@^5.9.1 :
281
- version "5.9.1"
282
- resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.9.1.tgz#0de277fe3feed5097fe6eaa70de0ad637fc4a3c3"
280
+ all-contributors-cli@^5.10.1 :
281
+ version "5.10.1"
282
+ resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.10.1.tgz#1bb5cfcfcd60ec5e07a1c3d23c1c29c94ba14138"
283
+ integrity sha512-Vpvdiliiw6YEjSrEun3hN8FR80nwOMgvrThGsNd1RY6DhpPuhLLp2MTPrMSmPuaUBZIcD3DxtHqvbK8HQ7zEwg==
283
284
dependencies :
284
285
async "^2.0.0-rc.1"
285
286
chalk "^2.3.0"
You can’t perform that action at this time.
0 commit comments