-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Description
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:
from ghastoolkit import GitHub, DependencyGraph
# languages
depgraph.getOrganizationDependencies(languages=["csharp"])
# or teams
depgraph.getOrganizationDependencies(teams=["security"])
# or name
depgraph.getOrganizationDependencies(names=["sec*"])Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request