Skip to content

Conversation

@NisanthanNanthakumar
Copy link
Contributor

No description provided.

users_dict[external_actor.external_name] = user.email
else:
users_without_access.append(f"{user.username}")
users_without_access.append(f"{user.get_display_name()}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def get_display_name(self):
      return self.name or self.email or self.username

This might return the user's name is that OK?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgaeta yea it should be fine bc it'll only return if there's no email or name.

@NisanthanNanthakumar NisanthanNanthakumar merged commit 9a8228a into master Sep 30, 2021
@NisanthanNanthakumar NisanthanNanthakumar deleted the fix/codeowners-show-missing-member-emails branch September 30, 2021 21:18
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants