Skip to content

chore: onboard google-cloud-functions to librarian#8755

Draft
quirogas wants to merge 1 commit into
googleapis:mainfrom
quirogas:chore/onboard-functions-librarian
Draft

chore: onboard google-cloud-functions to librarian#8755
quirogas wants to merge 1 commit into
googleapis:mainfrom
quirogas:chore/onboard-functions-librarian

Conversation

@quirogas

Copy link
Copy Markdown
Contributor

@quirogas quirogas self-assigned this Jun 25, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread librarian.yaml
Comment on lines 1 to +16
{
"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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
{
"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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant