[autofix] attempt to log actor string (#35182)

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

@ -50,6 +50,7 @@ jobs:
// If you'd like not to run this code on your commits, add your github user id here:
NO_AUTOFIX_USERS = ["copybara-service"]
const { owner, repo } = context.repo
console.log("Actor: " + context.actor);
if (NO_AUTOFIX_USERS.includes(context.actor)) {
console.log('Cancelling');
const run_id = "${{ github.run_id }}";

Loading…
Cancel
Save