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
(cherry picked from commit 38ef32a496)
This commit is contained in:
Madhu Rajanna 2021-08-04 17:40:35 +05:30 committed by mergify[bot]
parent 7688bc3a7a
commit e7ea1fd2d9

View File

@ -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: