From c10ae5fc636778064dd9bd6f259c1511c7a38e41 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" <roth@google.com> Date: Thu, 30 Nov 2023 14:01:46 -0800 Subject: [PATCH] [autofix] fix copybara username (#35184) --- .github/workflows/pr-auto-fix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-fix.yaml b/.github/workflows/pr-auto-fix.yaml index 4b930563dca..654f943c1d4 100644 --- a/.github/workflows/pr-auto-fix.yaml +++ b/.github/workflows/pr-auto-fix.yaml @@ -48,7 +48,7 @@ jobs: with: script: | // If you'd like not to run this code on your commits, add your github user id here: - NO_AUTOFIX_USERS = ["copybara-service"] + NO_AUTOFIX_USERS = ["copybara-service[bot]"] const { owner, repo } = context.repo console.log("Actor: " + context.actor); if (NO_AUTOFIX_USERS.includes(context.actor)) {