Skip to content

Commit a97c341

Browse files
docs: add summary_overview template (#264)
Source-Link: googleapis/synthtool@d7c2271 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:db05f70829de86fe8e34ba972b7fe56da57eaccf1691f875ed4867db80d5cec9 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5f5793f commit a97c341

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
17-
# created: 2024-03-15T16:25:47.905264637Z
16+
digest: sha256:db05f70829de86fe8e34ba972b7fe56da57eaccf1691f875ed4867db80d5cec9
17+
# created: 2024-04-05T19:51:26.466869535Z

.github/auto-label.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
# limitations under the License.
1414
requestsize:
1515
enabled: true
16+
17+
path:
18+
pullrequest: true
19+
paths:
20+
samples: "samples"

.github/blunderbuss.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Blunderbuss config
2+
#
3+
# This file controls who is assigned for pull requests and issues.
4+
# Note: This file is autogenerated. To make changes to the assignee
5+
# team, please update `codeowner_team` in `.repo-metadata.json`.
6+
assign_issues:
7+
- googleapis/api-bigquery
8+
9+
assign_issues_by:
10+
- labels:
11+
- "samples"
12+
to:
13+
- googleapis/python-samples-reviewers
14+
- googleapis/api-bigquery
15+
16+
assign_prs:
17+
- googleapis/api-bigquery

0 commit comments

Comments
 (0)