Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit ee0551c

Browse files
committed
Add --sign-off to git commits for DCO checks
1 parent b348721 commit ee0551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/issue-fix-mode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ EOF
276276
# Commit the changes
277277
echo "Committing changes..."
278278
git add .
279-
git commit -m "$COMMIT_MESSAGE"
279+
git commit -s -m "$COMMIT_MESSAGE"
280280

281281
# Push the branch
282282
echo "Pushing branch to remote..."

0 commit comments

Comments
 (0)