When requesting a reviewer for a PR, students are requested in the course instructions to select their specific instructor as a reviewer to their PR. We had a case where a student selected both the instructor and other members in the CUAHSI-Gitflows-learners repository as reviewers. It would be good to have the capacity to have a mechanism that only allows the course instructor to be selected as a reviewer for future student trainings.
There was a solution explored through creating a CODEOWNERS file in a test repo and enabling branch protection to require review from the code owner(s):

This seemed to still not prevent the tagging of non-code owner individuals so we will want to look into a modified solution in the future.
When requesting a reviewer for a PR, students are requested in the course instructions to select their specific instructor as a reviewer to their PR. We had a case where a student selected both the instructor and other members in the CUAHSI-Gitflows-learners repository as reviewers. It would be good to have the capacity to have a mechanism that only allows the course instructor to be selected as a reviewer for future student trainings.
There was a solution explored through creating a CODEOWNERS file in a test repo and enabling branch protection to require review from the code owner(s):
This seemed to still not prevent the tagging of non-code owner individuals so we will want to look into a modified solution in the future.