Skip to content

Commit e84bfd9

Browse files
committed
add comment
1 parent a69a325 commit e84bfd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/configure_state_yaml/configure_state_yaml.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def configure_state_yaml() -> None:
6262
]
6363
)
6464

65+
# Skip libraries which are not present in the release please manifest as
66+
# these are likely libraries that have already onboarded.
6567
if release_please_manifest.get(f"packages/{package_name}", None):
6668
state_dict["libraries"].append(
6769
{

0 commit comments

Comments
 (0)