From 192906d99fd05fdd52def34d343e73090cfbd698 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 27 Feb 2026 11:17:15 +0100 Subject: [PATCH] ci: Enable commit signing for repo-config-migration Signed-off-by: Leandro Lucarella --- .github/workflows/repo-config-migration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/repo-config-migration.yaml b/.github/workflows/repo-config-migration.yaml index c97997e..ea87537 100644 --- a/.github/workflows/repo-config-migration.yaml +++ b/.github/workflows/repo-config-migration.yaml @@ -47,6 +47,7 @@ jobs: token: ${{ steps.create-app-token.outputs.token }} migration-token: ${{ secrets.REPO_CONFIG_MIGRATION_TOKEN }} auto-merge-on-changes: "true" + sign-commits: "true" auto-merged-label: "tool:auto-merged" migrated-label: "tool:repo-config:migration:executed" intervention-pending-label: "tool:repo-config:migration:intervention-pending"