mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-11 12:11:45 +00:00
ci: allow any string as commit scope (#571)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
88cd302ce4
commit
5d996c42dc
@ -22,6 +22,10 @@ module.exports = {
|
||||
'security', // Security fixes
|
||||
]
|
||||
],
|
||||
// Allows the scope to be empty. [0] means the rule is disabled.
|
||||
'scope-empty': [0, 'always'],
|
||||
// Allows any string for the scope.
|
||||
'scope-case': [2, 'always', 'kebab-case'],
|
||||
'type-case': [2, 'always', 'lower-case'],
|
||||
'type-empty': [2, 'never'],
|
||||
'subject-case': [0, 'never'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user