Skip to content
Closed
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
3 changes: 1 addition & 2 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ global_files_allowlist:
permissions: read-write
libraries:
- id: google-django-spanner
generate_blocked: true
release_blocked: true
Comment on lines 8 to 10
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

For consistency with other entries in this configuration file, it is recommended to place the generate_blocked key first in the list item. This aligns with the pattern seen in other entries like google-cloud-storage and db-dtypes where status flags precede the library identifier.

  - generate_blocked: true
    id: google-django-spanner
    release_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.

This is the wrong way round. django-google-spanner is the correct name, both in terms of files and state file entries.

- generate_blocked: true
id: google-cloud-storage
Expand All @@ -32,8 +33,6 @@ libraries:
id: bigquery-magics
- generate_blocked: true
id: db-dtypes
- generate_blocked: true
id: django-google-spanner
- generate_blocked: true
id: gapic-generator
- generate_blocked: true
Expand Down
Loading