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
It would be great to have an easy way to filter out certain repos based on a criteria.
Ideas:
Language(s)
Team(s)
Name wildcard
Example:
fromghastoolkitimportGitHub, DependencyGraph# languagesdepgraph.getOrganizationDependencies(languages=["csharp"])
# or teamsdepgraph.getOrganizationDependencies(teams=["security"])
# or namedepgraph.getOrganizationDependencies(names=["sec*"])
The text was updated successfully, but these errors were encountered:
It would be great to have an easy way to filter out certain repos based on a criteria.
Ideas:
Example:
The text was updated successfully, but these errors were encountered: