We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f817c commit 9af64fbCopy full SHA for 9af64fb
1 file changed
.github/workflows/refresh-repo-catalog.yml
@@ -35,8 +35,8 @@ jobs:
35
run: |
36
REPO_COUNT=$(grep -c '"owner"' public/data/top-repos.json)
37
echo "Found $REPO_COUNT repositories."
38
- if [ "$REPO_COUNT" -lt 7000 ]; then
39
- echo "Error: Catalog size ($REPO_COUNT) is below the minimum threshold (7000)."
+ if [ "$REPO_COUNT" -lt 4000 ]; then
+ echo "Error: Catalog size ($REPO_COUNT) is below the minimum threshold (4000)."
40
exit 1
41
fi
42
0 commit comments