Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 6dc1581

Browse files
fix: use repo metadata to populate nodejs CODEOWNERS
* fix: use repo metadata to populate nodejs CODEOWNERS * chore: small formatting tweaks Co-authored-by: Benjamin Coe <[email protected]> Source-Author: Justin Beckwith <[email protected]> Source-Date: Wed Feb 3 15:09:55 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 318e351e26ba65b2b3cfa3f61b3b64e3540c3525 Source-Link: googleapis/synthtool@318e351
1 parent a49a0b7 commit 6dc1581

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77

88
# The yoshi-nodejs team is the default owner for nodejs repositories.
9-
* @googleapis/api-logging @googleapis/yoshi-nodejs
9+
* @googleapis/yoshi-nodejs @googleapis/api-logging

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-logging.git",
7-
"sha": "0a9d874fd076219612a67dc8e7e2426ba23247a4"
7+
"sha": "a49a0b74f59e56fe1e06d638118ca307959ec6af"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "57c23fa5705499a4181095ced81f0ee0933b64f6"
22+
"sha": "318e351e26ba65b2b3cfa3f61b3b64e3540c3525"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)