I think adding a .github/CODEOWNERS file would be a good move.
Creating .github/CODEOWNERS would auto-request reviewers. For example:
# Request review by OpenRTX Expedition Force for all pull requests
# * means if any file is changed, but different files/extensions can also be assigned to individuals/teams
* @k5utd/radio-system-developers
It looks like the team would need to be publicly listed (but not the members) in order to implement this.
I think adding a .github/CODEOWNERS file would be a good move.
Creating
.github/CODEOWNERS
would auto-request reviewers. For example:It looks like the team would need to be publicly listed (but not the members) in order to implement this.