I have a teams.yaml file place in the source directory inside of a .bitbucket folder, here is my teams.yaml file.
faults:
contributors:
- xxx@gmail.com
reviews: strategy: all
Here is my CODEOWNERS file which is also inside of the .bitbucket folder.
** @TeamS/faults
When I do ** xxx@gmail.com it automatically populates, but as soon as I switch to using faults, which is in the yaml file, it no longer populates when I submit a PR on bitbucket.
Community moderators have prevented the ability to post new answers.