mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 00:06:54 +00:00
BREAKING CHANGE: `commitlint.config.js` is not supported anymore, please use `.mjs` extension
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
export default {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'signed-off-by': [2, 'always', 'Signed-off-by:'],
|
|
},
|
|
}
|