We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb9f42 commit db4f5ccCopy full SHA for db4f5cc
1 file changed
src/modules/pull_request/titlePrefixToLabel.js
@@ -14,7 +14,8 @@ const getAction = title => {
14
15
const ACTION_TO_LABEL_MAP = {
16
feat: 'enhancement',
17
- fix: 'bug'
+ fix: 'bug',
18
+ docs: 'document'
19
};
20
21
const handle = ({payload, repo}) => {
0 commit comments