Skip to content

Commit 535ef61

Browse files
authored
Merge branch 'master' into add-lower-bound-checker
2 parents fc1ba66 + 8a3e156 commit 535ef61

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

.kokoro/release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
#!/bin/bash
17-
1816
set -eo pipefail
1917

2018
# Start the releasetool reporter

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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
]

0 commit comments

Comments
 (0)