From 5e050bf91c0615e0262f4e7961334af1c06d6316 Mon Sep 17 00:00:00 2001 From: Ariel Richtman <10679234+arichtman@users.noreply.github.com> Date: Sat, 30 Dec 2023 13:48:27 +1000 Subject: [PATCH] fixed upgrade action to commit as me --- .github/workflows/auto-upgrade.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-upgrade.yml b/.github/workflows/auto-upgrade.yml index d0a64f2..13e3a5b 100644 --- a/.github/workflows/auto-upgrade.yml +++ b/.github/workflows/auto-upgrade.yml @@ -29,3 +29,5 @@ jobs: body: Update development packages labels: dependencies delete-branch: true + committer: Richtman, Ariel <10679234+arichtman@users.noreply.github.com> + author: Richtman, Ariel <10679234+arichtman@users.noreply.github.com>