From c4268a923e3e05a886272473bf46e42fa21bdcc6 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 20 May 2026 14:42:01 +0000 Subject: [PATCH] fix(GRO-1367): replace github.com noreply email with Gitea address Replace git config user.email from noreply.github.com to groombook-engineer@farh.net. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8dda36..7176b78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -392,7 +392,7 @@ jobs: cd /tmp/infra git config user.name "groombook-engineer[bot]" - git config user.email "3141748+groombook-engineer[bot]@users.noreply.github.com" + git config user.email "groombook-engineer@farh.net" git checkout -b "chore/update-image-tags-${TAG}" git add apps/overlays/dev/ apps/base/migrate-job.yaml apps/base/seed-job.yaml git commit -m "chore: update image tags and migration/seed Job names to ${TAG}"