From 7ef4efac673f6dbba5f5e8831cb4261d94cea43a Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 27 Jun 2022 11:32:24 -0700 Subject: [PATCH] add fredkbot to author of format commit --- .github/workflows/format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 852982c218..7478ea6b96 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -31,3 +31,5 @@ jobs: with: commit_message: '[ci] format' branch: ${{ github.head_ref }} + commit_user_name: fredkbot + commit_user_email: fred+astrobot@astro.build