[go: nahoru, domu]

Skip to content

Commit

Permalink
Trusted Partner PR Workflow - Tested with Intel
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 446595451
  • Loading branch information
tensorflower-gardener committed May 5, 2022
1 parent 452d338 commit 4355fd7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/trusted-partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
# ==============================================================================

name: assign-partner-tags
name: Trusted Partner PR
on:
pull_request_target:

Expand All @@ -38,10 +38,6 @@ jobs:
script: |
const script = require('./.github/workflows/trusted_partners.js');
const username = context.payload.pull_request.user.login;
// TODO - Remove after test
console.log(username);
if (username == "sampathweb")
console.log(await script.intel({github, context}));
const domain = await script.get_email_domain({github, username});
switch(domain) {
case "intel.com":
Expand Down

0 comments on commit 4355fd7

Please sign in to comment.