From 697b728a226b271948def192d2f6923f6147f1ab Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sun, 24 May 2026 12:32:49 -0700 Subject: [PATCH] Update git author email to point to new nur a bot app --- ci/lib/setup-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lib/setup-git.sh b/ci/lib/setup-git.sh index 4497f0a7b..f4589d124 100644 --- a/ci/lib/setup-git.sh +++ b/ci/lib/setup-git.sh @@ -2,7 +2,7 @@ # ================================================== export GIT_AUTHOR_NAME="Nur a bot" -export GIT_AUTHOR_EMAIL="198656834+nur-a-bot[bot]@users.noreply.github.com" +export GIT_AUTHOR_EMAIL="287493544+nur-a-bot[bot]@users.noreply.github.com" export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL