mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-06 09:36:53 +00:00
parent
0e361e0644
commit
961b6d4cd7
3 changed files with 11 additions and 4 deletions
6
fixtures/signed-off-by/commitlint.config.js
Normal file
6
fixtures/signed-off-by/commitlint.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'signed-off-by': [2, 'always', 'Signed-off-by:'],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue