mirror of
https://github.com/xuexb/github-bot.git
synced 2026-01-18 13:56:38 +00:00
feat: Add ACTION_TO_LABEL_MAP (#11)
This commit is contained in:
parent
deb9f42ad9
commit
db4f5cc38d
@ -14,7 +14,8 @@ const getAction = title => {
|
||||
|
||||
const ACTION_TO_LABEL_MAP = {
|
||||
feat: 'enhancement',
|
||||
fix: 'bug'
|
||||
fix: 'bug',
|
||||
docs: 'document'
|
||||
};
|
||||
|
||||
const handle = ({payload, repo}) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user