[copybara] omit bot from autofix (#35141)

pull/35013/head^2
Craig Tiller 1 year ago committed by GitHub
parent d47a264991
commit 5ac8442432
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:
script: |
// If you'd like not to run this code on your commits, add your github user id here:
NO_AUTOFIX_USERS = []
NO_AUTOFIX_USERS = ["copybara-service"]
const { owner, repo } = context.repo
if (NO_AUTOFIX_USERS.includes(context.actor)) {
console.log('Cancelling');

Loading…
Cancel
Save