Hi,
In my model I have a type named Repository.
In each repository I have members that can be Admins Editors or Viewers.
I want to create a rule that allows only the owner of the repository to add
admin members and admins to add any other types of members.
Editors and viewers are not allowed to add members.
Is it possible? If yes how?
Thanks