From 26f3769d8ce8cd03b12a45b421ffe0efd22e85fc Mon Sep 17 00:00:00 2001 From: George Oastler Date: Wed, 6 Dec 2023 14:17:51 +0000 Subject: [PATCH] Rename github bot (#891) * added email and name config to git in bump_version workflow * rename github actions bot --- .github/workflows/bump_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 011e52bda2..f58cdcb309 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -67,7 +67,7 @@ jobs: npm run version ${{ github.event.inputs.version }} # set the author in git - git config user.name "github-actions[bot]" + git config user.name "prosoponator[bot]" git config user.email "dev@prosopo.io" # commit the version changes