mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat: add contribution type promotion
(#339)
This commit is contained in:
parent
048b4e304c
commit
8fc7c7e689
1 changed files with 6 additions and 2 deletions
|
@ -136,6 +136,10 @@ const defaultTypes = function(repoType) {
|
|||
symbol: '📹',
|
||||
description: 'Videos',
|
||||
},
|
||||
promotion: {
|
||||
symbol: '📣',
|
||||
description: 'Promotion',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue