From 92979c7841603aff107fdf1e904d19aa8f5c5dbe Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 12 Mar 2026 12:29:34 +0100 Subject: [PATCH] Update Git configuration for formatting bot using capa-bot --- .github/workflows/black-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/black-format.yml b/.github/workflows/black-format.yml index e103ffd0..57954266 100644 --- a/.github/workflows/black-format.yml +++ b/.github/workflows/black-format.yml @@ -55,8 +55,8 @@ jobs: - name: Commit and push formatting changes if: steps.changes.outputs.has_changes == 'true' run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" + git config user.email 'capa-dev@mandiant.com' + git config user.name 'Capa Bot' git add -A git commit -m "style: auto-format with black and isort" git push