Skip to content

SRE-3607: Enforce Signed-off-by in commit messages#9

Merged
JohnMalmberg merged 1 commit into
mainfrom
sre-3706-add_signed_off_check
Jun 2, 2026
Merged

SRE-3607: Enforce Signed-off-by in commit messages#9
JohnMalmberg merged 1 commit into
mainfrom
sre-3706-add_signed_off_check

Conversation

@JohnMalmberg

Copy link
Copy Markdown
Contributor

This adds a check for the presence of a Signed-off-by line in commit messages, which is a policy of this group.

This is commonly known as a DCO (Developer Certificate of Origin) signoff.

  • .github/workflows/dco-signoff.yml: New file. GitHub Actions workflow to check for DCO signoff in commit messages.

  • docs/git-commit-message-guidelines.md:

  • docs/maintenance.md: Update documentation for the DCO check.

  • vscode-project-words.txt: Minor updates.

This adds a check for the presence of a `Signed-off-by` line in commit
messages, which is a policy of this group.

This is commonly known as a DCO (Developer Certificate of Origin) signoff.

- .github/workflows/dco-signoff.yml: New file.
  GitHub Actions workflow to check for DCO signoff in commit messages.

- docs/git-commit-message-guidelines.md:
- docs/maintenance.md:
  Update documentation for the DCO check.

- vscode-project-words.txt:
  Minor updates.

Signed-off-by: John E. Malmberg <john.malmberg@hpe.com>
@JohnMalmberg JohnMalmberg requested a review from a team as a code owner June 2, 2026 19:36
@JohnMalmberg JohnMalmberg merged commit adfeb76 into main Jun 2, 2026
6 checks passed
@JohnMalmberg JohnMalmberg deleted the sre-3706-add_signed_off_check branch June 2, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants