Skip to content

Conversation

@martincostello
Copy link
Owner

Add the Signed-off-by trailer to Git commits.

Add the `Signed-off-by` trailer to Git commits.
Copilot AI review requested due to automatic review settings August 11, 2025 15:23
@martincostello martincostello added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Aug 11, 2025
@martincostello martincostello enabled auto-merge (rebase) August 11, 2025 15:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the Signed-off-by trailer to Git commits by including the -s flag in git commit commands. This ensures commits are properly signed off according to the Developer Certificate of Origin (DCO) requirements.

  • Added -s flag to git commit command in the version bump workflow

@codecov
Copy link

codecov bot commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.59%. Comparing base (878f78f) to head (231ad44).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #990   +/-   ##
=======================================
  Coverage   98.59%   98.59%           
=======================================
  Files          16       16           
  Lines         284      284           
  Branches       37       37           
=======================================
  Hits          280      280           
  Misses          2        2           
  Partials        2        2           
Flag Coverage Δ
linux 98.59% <ø> (ø)
macos 97.88% <ø> (ø)
windows 98.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit 6a5aa1c into main Aug 11, 2025
15 checks passed
@martincostello martincostello deleted the sign-off-commits branch August 11, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants