mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: trailer-exists to verify sign-off
This commit uses trailer-exists instead of signed-off-by to verify the sign-off-by message. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> Suggested-by: Ade Attwood
This commit is contained in:
parent
1dc032e554
commit
38ef32a496
@ -22,7 +22,7 @@ rules:
|
|||||||
body-max-line-length: [1, always, 80]
|
body-max-line-length: [1, always, 80]
|
||||||
|
|
||||||
# always sign off the commit
|
# always sign off the commit
|
||||||
signed-off-by: [2, always, "Signed-off-by:"]
|
trailer-exists: [2, always, "Signed-off-by:"]
|
||||||
|
|
||||||
# valid types/prefixes, see docs/development-guide.md
|
# valid types/prefixes, see docs/development-guide.md
|
||||||
type-enum:
|
type-enum:
|
||||||
|
Loading…
Reference in New Issue
Block a user