Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure code recognizes a third reviewer if they exist. #77

Closed
lwasser opened this issue Dec 14, 2023 · 4 comments
Closed

Make sure code recognizes a third reviewer if they exist. #77

lwasser opened this issue Dec 14, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@lwasser
Copy link
Member

lwasser commented Dec 14, 2023

  • what happens if a reviewer is NOT on github?? there will be no @ associated with the username
  • what happens if there is a reviewer 3:
  • what happens if there is text after the @username in the issue (it fails)
@willingc
Copy link
Collaborator

From the src/update_review_teams.py:

# TODO - FEATURE we have some packages that were NOT approved but we had
# editors and reviewers.
# We need to acknowledge these people as well. maybe tag them with waiting on
# maintainer response??
# TODO: package-wide feature: create no update flag for entries
# TODO: make sure we can add a 3rd or 4th reviewer - crowsetta has this as
# will biocypher

Also:

3. FUTURE: finally it looks to see if we are missing review participants from
the review issues in the contributor file and updates that file.

@willingc willingc added the enhancement New feature or request label Dec 17, 2023
@lwasser
Copy link
Member Author

lwasser commented Dec 20, 2023

thank you @willingc shall we turn this into a list and then i can make individual issues as we tackle items here?? I actually think that FUTURE: item was completed. i create a new workflow that updates both the packages list AND the contributor list with any review information. so we can likely remove that part. i totally see why having smaller issues would make more sense VS comments in the text.

you are just seeing what i do when i'm working by myself (which i understand isn't ideal!)

@lwasser
Copy link
Member Author

lwasser commented Dec 20, 2023

i also tried to implement this one

package-wide feature: create no update flag for entries

but i couldn't figure out how to do it as when i import the yaml file with ruemal_yaml, it removes comments. but sometimes a user's info isn't on github

example: people who only list their first names there or have no names there.

but we want to override that field - such as a first and last name and store the name - in our yaml file (with their permission).

@lwasser
Copy link
Member Author

lwasser commented Jul 4, 2024

this was addressed via #174 as we now support the reviewers field!! closing

@lwasser lwasser closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants