Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ libraries:
# explicitly initiated
- id: "google-cloud-documentai-toolbox"
release_blocked: true
generate_blocked: true
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.

high

This change introduces a potential issue due to a contradiction between the code and the PR description. While the code sets generate_blocked to true, the description claims this will 'unblock generate'. Setting this flag to true is likely to block generation, which is the opposite of the stated intent. This inconsistency could lead to unintended consequences in the build process. Please ensure the code reflects the true intention. If the goal is to unblock generation, this value should be false.

Loading