commit | e4650bc3491e6fa2a6dde9c109f490174a9ebc03 | [log] [tgz] |
---|---|---|
author | Mirai SHINJO <oss@mshinjo.com> | Sat May 03 21:37:38 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue May 13 17:46:01 2025 +0200 |
tree | bf3a707041ddc0843a9c591f52311c2187be6313 | |
parent | f61efef6b011650d35a541554633a99e285f5bd6 [diff] |
scripts: ci: check_compliance: fix identity check for multiple DCOs The current implementation of the identity check fails if multiple DCO signoff lines are present and the first instance of the signoff line does not belong to the author of the commit. This patch proposes a solution that allows patches with multiple DCO signoff lines to pass the identity check, regardless of the order of the signoff lines. Signed-off-by: Mirai SHINJO <oss@mshinjo.com>