[go: nahoru, domu]

Skip to content

Commit

Permalink
Add some more names to the assignees list for a trusted partner PR
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 448513540
  • Loading branch information
nitins17 authored and tensorflower-gardener committed May 13, 2022
1 parent e984105 commit 2bd5591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trusted_partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const get_email_domain = async ({github, username}) => {
*/
const intel_action = async ({github, context}) => {
const labels = ['kokoro:force-run', 'ready to pull'];
const assignees = ['mihaimaruseac'];
const assignees = ['mihaimaruseac', 'nitins17', 'learning-to-play'];
const resp_label = await github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit 2bd5591

Please sign in to comment.