Skip to content

Commit bb95d05

Browse files
feat(serviceextensions): Add new samples folder & team config (GoogleCloudPlatform#10755)
* feat(serviceextensions): Add new samples folder & team config - Create a new folder for service extensions samples - Update CODEOWNERS and blunderbuss.yml * Update .github/CODEOWNERS Co-authored-by: Maciej Strzelczyk <strzelczyk@google.com> --------- Co-authored-by: Maciej Strzelczyk <strzelczyk@google.com>
1 parent 3b1bc75 commit bb95d05

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
/recaptcha_enterprise/demosite/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/recaptcha-customer-obsession-reviewers @GoogleCloudPlatform/python-samples-reviewers
3838
/secretmanager/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers
3939
/securitycenter/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers
40+
/service_extensions/**/* @GoogleCloudPlatform/service-extensions-samples-reviewers @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers
4041
/vmwareengine/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers
4142
/webrisk/**/* @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers
4243

.github/blunderbuss.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ assign_issues_by:
158158
to:
159159
- GoogleCloudPlatform/cloud-speech-eng
160160
- GoogleCloudPlatform/dee-data-ai
161+
- labels:
162+
- "api: serviceextensions"
163+
to:
164+
- GoogleCloudPlatform/service-extensions-samples-reviewers
161165

162166
# Self-service individuals
163167
- labels:
@@ -315,7 +319,11 @@ assign_prs_by:
315319
to:
316320
- GoogleCloudPlatform/cloud-speech-eng
317321
- GoogleCloudPlatform/dee-data-ai
318-
322+
- labels:
323+
- "api: serviceextensions"
324+
to:
325+
- GoogleCloudPlatform/service-extensions-samples-reviewers
326+
- GoogleCloudPlatform/dee-infra
319327
# Self-service individuals
320328
- labels:
321329
- "api: auth"

service_extensions/__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2023 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

0 commit comments

Comments
 (0)