[autofix] fix copybara username (#35184)

pull/35145/head
Mark D. Roth 1 year ago committed by GitHub
parent be4d2a6d8b
commit c10ae5fc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pr-auto-fix.yaml

@ -48,7 +48,7 @@ jobs:
with: with:
script: | script: |
// If you'd like not to run this code on your commits, add your github user id here: // 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 const { owner, repo } = context.repo
console.log("Actor: " + context.actor); console.log("Actor: " + context.actor);
if (NO_AUTOFIX_USERS.includes(context.actor)) { if (NO_AUTOFIX_USERS.includes(context.actor)) {

Loading…
Cancel
Save