chore: onboard google-cloud-functions to librarian#8755
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the skip_generate: true flag from librarian.yaml, deletes an OwlBot configuration file, and updates the repository metadata for the Google Cloud Functions package. Feedback suggests removing an unnecessary empty line left in librarian.yaml and reverting the formatting of .repo-metadata.json to 2-space indentation while restoring the deleted codeowner_team and requires_billing fields.
| { | ||
| "issue_tracker": "", | ||
| "distribution_name": "@google-cloud/functions", | ||
| "product_documentation": "https://cloud.google.com/functions", | ||
| "api_id": "cloudfunctions.googleapis.com", | ||
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest", | ||
| "repo": "googleapis/google-cloud-node", | ||
| "release_level": "stable", | ||
| "requires_billing": false, | ||
| "name_pretty": "Google Cloud Functions", | ||
| "name": "nodejs-functions", | ||
| "codeowner_team": "@googleapis/aap-dpes", | ||
| "default_version": "v1", | ||
| "language": "nodejs", | ||
| "api_shortname": "cloudfunctions", | ||
| "library_type": "GAPIC_AUTO" | ||
| } | ||
| "api_description": "Manages lightweight user-provided functions executed in response to events.", | ||
| "api_id": "cloudfunctions.googleapis.com", | ||
| "api_shortname": "cloudfunctions", | ||
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest", | ||
| "default_version": "v1", | ||
| "distribution_name": "@google-cloud/functions", | ||
| "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", | ||
| "language": "nodejs", | ||
| "library_type": "GAPIC_AUTO", | ||
| "name": "cloudfunctions", | ||
| "name_pretty": "Cloud Functions", | ||
| "product_documentation": "https://cloud.google.com/functions/docs", | ||
| "release_level": "stable", | ||
| "repo": "googleapis/google-cloud-node" | ||
| } No newline at end of file |
There was a problem hiding this comment.
The metadata file has been reformatted with 4-space indentation, which is inconsistent with the 2-space indentation standard used across other .repo-metadata.json files in this repository. Additionally, the codeowner_team and requires_billing fields were removed. Removing codeowner_team can break automated PR routing and issue assignment. Please restore these fields and revert to 2-space indentation.
| { | |
| "issue_tracker": "", | |
| "distribution_name": "@google-cloud/functions", | |
| "product_documentation": "https://cloud.google.com/functions", | |
| "api_id": "cloudfunctions.googleapis.com", | |
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest", | |
| "repo": "googleapis/google-cloud-node", | |
| "release_level": "stable", | |
| "requires_billing": false, | |
| "name_pretty": "Google Cloud Functions", | |
| "name": "nodejs-functions", | |
| "codeowner_team": "@googleapis/aap-dpes", | |
| "default_version": "v1", | |
| "language": "nodejs", | |
| "api_shortname": "cloudfunctions", | |
| "library_type": "GAPIC_AUTO" | |
| } | |
| "api_description": "Manages lightweight user-provided functions executed in response to events.", | |
| "api_id": "cloudfunctions.googleapis.com", | |
| "api_shortname": "cloudfunctions", | |
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest", | |
| "default_version": "v1", | |
| "distribution_name": "@google-cloud/functions", | |
| "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", | |
| "language": "nodejs", | |
| "library_type": "GAPIC_AUTO", | |
| "name": "cloudfunctions", | |
| "name_pretty": "Cloud Functions", | |
| "product_documentation": "https://cloud.google.com/functions/docs", | |
| "release_level": "stable", | |
| "repo": "googleapis/google-cloud-node" | |
| } | |
| { | |
| "api_description": "Manages lightweight user-provided functions executed in response to events.", | |
| "api_id": "cloudfunctions.googleapis.com", | |
| "api_shortname": "cloudfunctions", | |
| "client_documentation": "https://cloud.google.com/nodejs/docs/reference/functions/latest", | |
| "default_version": "v1", | |
| "distribution_name": "@google-cloud/functions", | |
| "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", | |
| "language": "nodejs", | |
| "library_type": "GAPIC_AUTO", | |
| "name": "cloudfunctions", | |
| "name_pretty": "Cloud Functions", | |
| "product_documentation": "https://cloud.google.com/functions/docs", | |
| "release_level": "stable", | |
| "repo": "googleapis/google-cloud-node", | |
| "requires_billing": false, | |
| "codeowner_team": "@googleapis/aap-dpes" | |
| } |
For librarian/6500