diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c09554416..f7b843e66 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/api-bigquery is the default owner for changes in this repo +* @googleapis/yoshi-java @googleapis/api-bigquery **/*.java @googleapis/api-bigquery # The java-samples-reviewers team is the default owner for samples changes diff --git a/synth.metadata b/synth.metadata index fd1c73c93..c314b7f94 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquery.git", - "sha": "2c679675645c4314df71481c02752cc49e80f81a" + "sha": "4c29f7a92933d3e03247802a6e967ce7fac5fa3d" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "019c7168faa0e56619f792693a8acdb30d6de19b" + "sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc" } } ], @@ -23,6 +23,7 @@ ".github/PULL_REQUEST_TEMPLATE.md", ".github/release-please.yml", ".github/trusted-contribution.yml", + ".github/workflows/auto-release.yaml", ".github/workflows/ci.yaml", ".github/workflows/samples.yaml", ".kokoro/build.bat",