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
Settings app supports setting environment reviewers by specifying the team or user id, however the id's aren't easily accessible through the GitHub UI. It also isn't very intuitive for human reviewers of the settings.yml file.
It would be much clearer to also allow setting environment reviewers by team slug/username. e.g.
environments:
my-env:
reviewers:
- slug: gavinclarkeuktype: User
- slug: @my-org/my-teamtype: Team
(Not sure it the type attribute would be required, or if it could be inferred)
The text was updated successfully, but these errors were encountered:
New Feature
Settings app supports setting environment reviewers by specifying the team or user id, however the id's aren't easily accessible through the GitHub UI. It also isn't very intuitive for human reviewers of the
settings.yml
file.It would be much clearer to also allow setting environment reviewers by team slug/username. e.g.
(Not sure it the type attribute would be required, or if it could be inferred)
The text was updated successfully, but these errors were encountered: