From f7edfefe4285e8d20970ed3fed11ec2435eba716 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Fri, 5 Dec 2025 13:02:45 +0100 Subject: [PATCH] ci: dco: rename misleading job title "Signed-off-by" is the only variant that is accepted. So we should remove the inconsistency to prevent: - user forgets this at all - CI complains - user adds "Signed-Off-By" - CI still complains because of the wrong format Signed-off-by: Philipp Schuster On-behalf-of: SAP philipp.schuster@sap.com --- .github/workflows/dco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dco.yaml b/.github/workflows/dco.yaml index 98412e5e2..655c0b5e2 100644 --- a/.github/workflows/dco.yaml +++ b/.github/workflows/dco.yaml @@ -3,7 +3,7 @@ on: [pull_request, merge_group] jobs: check: - name: DCO Check ("Signed-Off-By") + name: DCO Check ("Signed-off-by") runs-on: ubuntu-latest steps: - uses: actions/checkout@v6