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:
Madhu Rajanna 2021-08-04 17:40:35 +05:30 committed by Madhu Rajanna
parent 1dc032e554
commit 38ef32a496

View File

@ -22,7 +22,7 @@ rules:
body-max-line-length: [1, always, 80]
# 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
type-enum: