Skip to content
Merged
Show file tree
Hide file tree
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: 0 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ libraries:
source_roots:
- packages/google-cloud-dlp
preserve_regex:
- .OwlBot.yaml
- packages/google-cloud-dlp/CHANGELOG.md
- docs/CHANGELOG.md
- docs/README.rst
Expand Down
25 changes: 0 additions & 25 deletions packages/google-cloud-dlp/.OwlBot.yaml

This file was deleted.

1 change: 0 additions & 1 deletion scripts/configure_state_yaml/configure_state_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def configure_state_yaml() -> None:
"apis": api_paths,
"source_roots": [f"packages/{package_path.name}"],
"preserve_regex": [
".OwlBot.yaml",
# Use the full path to avoid ambiguity with the root CHANGELOG.md
f"packages/{package_path.name}/CHANGELOG.md",
"docs/CHANGELOG.md",
Expand Down
Loading