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
To make code reviews simpler, it would be useful to have aliases for reviewer teams.
The first two teams that come to mind:
Nomad / Nomad Pack
Terraform
These teams should be built around var.organization_members. The list(string) should turn into a list of objects, where each name also gets assigned an optional skills field (of type list(string)).
This list can then be iterated in teams.tf and mapped acccordingly.
The text was updated successfully, but these errors were encountered:
To make code reviews simpler, it would be useful to have aliases for reviewer teams.
The first two teams that come to mind:
These teams should be built around
var.organization_members
. Thelist(string)
should turn into a list of objects, where each name also gets assigned an optionalskills
field (of typelist(string)
).This list can then be iterated in
teams.tf
and mapped acccordingly.The text was updated successfully, but these errors were encountered: