From fbd3c6d8accad4b5e27292cb974600899794f757 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Thu, 20 Jun 2024 14:49:06 +0000 Subject: [PATCH] Change the homebrew PR to a release bot This means that it's not me creating the commits so I can approve them too --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a077481..9d94cdd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,3 +69,6 @@ jobs: formula: overmind-cli # Need to set this input if want to use `brew livecheck` livecheck: true + user_name: CLI Release Bot + user_email: engineering@overmind.tech +