From 30ed38aed3e362302c9e53b7a4770b2e192d9e34 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 22 Jul 2024 17:16:12 -0700 Subject: [PATCH] Revert "Revert "Remove hardcoded author/commiter from pin-deps (#151)" (#239)" This reverts commit d431d6f3f49af9926e11e30cd31b64d5c88e8621. Signed-off-by: Mihai Maruseac --- .github/workflows/pin_deps.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pin_deps.yml b/.github/workflows/pin_deps.yml index e01728e2..3e24cdc4 100644 --- a/.github/workflows/pin_deps.yml +++ b/.github/workflows/pin_deps.yml @@ -113,7 +113,5 @@ jobs: with: title: "Update frozen python dependencies" commit-message: "Bump frozen dependencies" - committer: "Mihai Maruseac (automated) " - author: "Mihai Maruseac (automated) " signoff: true delete-branch: true