• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Code owners file.
2# This file controls who is tagged for review for any given pull request.
3
4# For syntax help see:
5# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6
7*                       @googleapis/yoshi-java
8
9# The java-samples-reviewers team is the default owner for samples changes
10samples/**/*.java       @googleapis/java-samples-reviewers
11
12# Generated snippets should not be owned by samples reviewers
13samples/snippets/generated/       @googleapis/yoshi-java
14