Browse Source

build: make patch auto fixes come from PatchUp rather than Electron Bot (#29156)

Co-authored-by: Samuel Attard <[email protected]>
trop[bot] 3 years ago
parent
commit
278ff8566c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -278,7 +278,7 @@ step-gclient-sync: &step-gclient-sync
           if ! git diff-index --quiet HEAD --; then
             # There are changes to the patches. Make a git commit with the updated patches
             git add patches
-            GIT_COMMITTER_NAME="Electron Bot" GIT_COMMITTER_EMAIL="[email protected]" git commit -m "update patches" --author="Electron Bot <electron@github.com>"
+            GIT_COMMITTER_NAME="PatchUp" GIT_COMMITTER_EMAIL="73610968+patchup[bot]@users.noreply.github.com" git commit -m "chore: update patches" --author="PatchUp <73610968+patchup[bot]@users.noreply.github.com>"
             # Export it
             mkdir -p ../../patches
             git format-patch -1 --stdout --keep-subject --no-stat --full-index > ../../patches/update-patches.patch