Skip to content

Commit

Permalink
PR openxla#1599: Correct trusted_partners bug
Browse files Browse the repository at this point in the history
Imported from GitHub PR openxla#1599

Previously, I commented out some lines according to yml, but they were an embedded script, so use javascript style comments.
Copybara import of the project:

--
7d40086 by Tres Popp <[email protected]>:

Correct trusted_partners bug

Previously, I commented out some lines according to yml, but they were
an embedded script, so use javascript style comments.

Merging this change closes openxla#1599

COPYBARA_INTEGRATE_REVIEW=openxla#1599 from tpopp:partner-fix 7d40086
PiperOrigin-RevId: 513279803
  • Loading branch information
tpopp authored and copybara-github committed Mar 1, 2023
1 parent 1165d3c commit cafc91c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/trusted-partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
case "arm.com":
console.log(await script.filter({github, context, domain}));
break;
# Disable googler flow, so default reviewers are added for now
# case "google.com":
# console.log("Googler. No action necessary");
# break;
// Disable googler flow, so default reviewers are added for now
// case "google.com":
// console.log("Googler. No action necessary");
// break;
default:
# For now, add default reviewers to all PRs to ensure none are
# missed until further reviewer processes are setup.
// For now, add default reviewers to all PRs to ensure none are
// missed until further reviewer processes are setup.
console.log(await script.filter({github, context, domain}));
console.log("Default reviewers added");
# console.log("Skip Trusted Partner Action");
// console.log("Skip Trusted Partner Action");
}

0 comments on commit cafc91c

Please sign in to comment.