File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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+ # The @googleapis/yoshi-python is the default owner for changes in this repo
8+ * @ googleapis/yoshi-python
9+
10+ # The python-samples-reviewers team is the default owner for samples changes
11+ /samples / @ googleapis/python-samples-owners
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- #! /bin/bash
17-
1816set -eo pipefail
1917
2018# Start the releasetool reporter
Original file line number Diff line number Diff line change 33 {
44 "git": {
55 "name": ".",
6- "remote": "git@ github.com: googleapis/python-test-utils.git",
7- "sha": "db6a704119c62ae7d56b5028b4d754efb0a31969 "
6+ "remote": "https:// github.com/ googleapis/python-test-utils.git",
7+ "sha": "9e454e34f6785bda65e2fc5310396f9e149d7b41 "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "716f741f2d307b48cbe8a5bc3bc883571212344a "
14+ "sha": "d2364eb80b840a36136c8ce12f1c6efabcc9600e "
1515 }
1616 }
1717 ]
You can’t perform that action at this time.
0 commit comments