feat: add contribution type promotion (#339)

This commit is contained in:
Angel Aviel Domaoan 2022-10-05 05:20:53 +08:00 committed by GitHub
parent 048b4e304c
commit 8fc7c7e689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,10 @@ const defaultTypes = function(repoType) {
symbol: '📹',
description: 'Videos',
},
promotion: {
symbol: '📣',
description: 'Promotion',
},
}
}