Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Graph - getOrganizationDependencies filters #122

Open
GeekMasher opened this issue Aug 22, 2023 · 0 comments
Open

Dependency Graph - getOrganizationDependencies filters #122

GeekMasher opened this issue Aug 22, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@GeekMasher
Copy link
Owner

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*"])
@GeekMasher GeekMasher added enhancement New feature or request dependencies Pull requests that update a dependency file labels Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant