Skip to content

Commit a7a2424

Browse files
authored
Merge pull request #232 from wagoid/fix/signed-off-by-check
fix: action failing to check footer of a single commit
2 parents 3f5090c + bf83d2b commit a7a2424

File tree

5 files changed

+1679
-1516
lines changed

5 files changed

+1679
-1516
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
'signed-off-by': [2, 'always', 'Signed-off-by:'],
5+
},
6+
}

0 commit comments

Comments
 (0)