You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"No source URL provided. Please add a `source` field pointing to the repository.".into()
346
-
}else{
347
-
"Source is not a GitHub repository. Stars, contributor count, and age cannot be checked automatically. Please verify these manually against the contributing criteria.".into()
348
-
};
343
+
// No source or non-GitHub source. This is fine for proprietary or
344
+
// hosted tools. Skip automated checks and leave a note for manual review.
345
+
let note = "No GitHub source URL found. Automated checks for stars, contributor count, \
346
+
and age are not possible. Please verify the contributing criteria manually.";
0 commit comments