We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69a325 commit e84bfd9Copy full SHA for e84bfd9
scripts/configure_state_yaml/configure_state_yaml.py
@@ -62,6 +62,8 @@ def configure_state_yaml() -> None:
62
]
63
)
64
65
+ # Skip libraries which are not present in the release please manifest as
66
+ # these are likely libraries that have already onboarded.
67
if release_please_manifest.get(f"packages/{package_name}", None):
68
state_dict["libraries"].append(
69
{
0 commit comments