Skip to content

Commit

Permalink
[autofix] attempt to log actor string (grpc#35182)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth authored Nov 30, 2023
1 parent a215eb6 commit 0c78392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-auto-fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}";
Expand Down

0 comments on commit 0c78392

Please sign in to comment.