.github: sign commits from common scripts

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-07-28 14:32:36 +02:00
parent d1d25de936
commit 09e9d517b3
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -186,7 +186,7 @@ function commit_changes() {
for dir; do
git add "${dir}"
done
git commit -m "${pkg}: Update from ${old_version} to ${new_version}"
git commit --signoff -m "${pkg}: Update from ${old_version} to ${new_version}"
popd
}