From db2dbadf10771a4f4a565e402cc103a9147d5f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 10 Sep 2024 16:49:11 +0200 Subject: [PATCH] Update check output template (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- dco2/templates/output.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dco2/templates/output.md b/dco2/templates/output.md index 2e5100a..cde914b 100644 --- a/dco2/templates/output.md +++ b/dco2/templates/output.md @@ -1,7 +1,5 @@ {% let total_commits = commits.len() %} -### Check result - {%+ if num_commits_with_errors == 0 %} All commits are signed off, the check **passed**.