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 <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
801059c2d5
commit
f7edfefe42
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dco.yaml
vendored
2
.github/workflows/dco.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue