Skip to content

Commit

Permalink
Merge 3c91fa9 into d355ecb
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jun 14, 2021
2 parents d355ecb + 3c91fa9 commit f41adfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/copy_maintainers.py
Expand Up @@ -233,7 +233,7 @@ def sync_team(team, logins, dry_run=False):
if not dry_run:
for login in add_logins:
try:
team.invite(login)
team.add_or_update_membership(login)
except Exception as exc:
print('Failed to invite %s: %s' % (login, exc))
for login in remove_logins:
Expand Down

0 comments on commit f41adfa

Please sign in to comment.