ci: error out for invalid component in commit header

if the commit header is not present in the list of
the component we maintain. the commitlint check should
show error instead of showing the warning.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-08-19 11:33:35 +05:30 committed by mergify[bot]
parent fb9ae06b1f
commit 52243d0140

View File

@ -13,7 +13,7 @@ rules:
scope-empty: [1, always]
# valid types/prefixes, see docs/development-guide.md
type-enum:
- 1
- 2
- always
- - build
- cephfs