You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using rever with h5py, the authors check picked up someone who had contributed from two different email addresses, and wasn't listed in .authors.yml at all. It gave an error message like this (name changed):
�[35mAll CLI and import requirements met for authors activity�[0m
'Joe Bloggs' does not have '[email protected]' listed! Please add the email to 'Joe Bloggs' in '.authors.yml'. For example:
- name: Joe Bloggs
email: [email protected]
Or add an alternative email:
- name: Joe Bloggs
email: [email protected]
alternate_emails:
- [email protected]
To fix the check, it was necessary to add both this email and an alternate, which the error message does not mention.
The text was updated successfully, but these errors were encountered:
Using rever with h5py, the authors check picked up someone who had contributed from two different email addresses, and wasn't listed in
.authors.yml
at all. It gave an error message like this (name changed):To fix the check, it was necessary to add both this email and an alternate, which the error message does not mention.
The text was updated successfully, but these errors were encountered: