chore: allow three more types of commit msgs (#5470)

This commit is contained in:
Shubham Parihar
2021-04-03 18:31:35 +05:30
committed by GitHub
parent a4d09ab0a8
commit b82ea98c71

View File

@@ -110,7 +110,10 @@
"refactor", "refactor",
"revert", "revert",
"style", "style",
"test" "test",
"types",
"workflow",
"wip"
] ]
] ]
} }