mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 18:30:44 +00:00
release: v2.6.8 — Fix unbounded license check causing CI timeout
This commit is contained in:
@@ -306,6 +306,7 @@ async def detect_license_changes(inventory: Dict) -> List[Dict]:
|
||||
log_event("[License] No repos with stored licenses to check")
|
||||
return []
|
||||
|
||||
candidates = candidates[:MAX_REPOS_DEFAULT] # cap to same limit as activity enrichment
|
||||
log_event(f"[License] Checking {len(candidates)} repos for license changes")
|
||||
|
||||
changes: List[Dict] = []
|
||||
|
||||
Reference in New Issue
Block a user