Skip to content

Commit 4da93df

Browse files
committed
chore: fix owlbot and codeowners post migration
1 parent b195ff1 commit 4da93df

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
/handwritten/storage @googleapis/gcs-team
1313
/handwritten/firestore @googleapis/firestore-team
1414
/handwritten/spanner @googleapis/spanner-team
15-
/handwritten/bigquery-storage @googleapis/bigquery-team
16-
/core/promisify @googleapis/jsteam-handwritten-libraries
15+
/handwritten/bigquery-storage @googleapis/bigquery-team

core/promisify/owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
import synthtool.gcp as gcp
1717

1818
common_templates = gcp.CommonTemplates()
19-
templates = common_templates.node_library()
20-
s.copy(sources=templates, excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".github/workflows/issues-no-repro.yaml", ".jsdoc.js"])
19+
templates = common_templates.node_mono_repo_library(relative_dir="core/promisify")
20+
s.copy(sources=templates, destination="core/promisify", excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".github/workflows/issues-no-repro.yaml", ".jsdoc.js"])

0 commit comments

Comments
 (0)