From 407aa87668b205e8db51a48870c3a52a0e924854 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Sat, 12 Sep 2026 19:27:11 -0400 Subject: [PATCH] fix(ci): prevent DCO failures on generated releases Signed-off-by: Yordis Prieto --- .github/release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 49baf1a..4e54971 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -63,5 +63,5 @@ "draft-pull-request": false, "prerelease": false, "separate-pull-requests": true, - "signoff": "Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com>" + "signoff": "SHT Bot <61149376+sht-bot@users.noreply.github.com>" }