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

Filter repositories by topic for a given user or org #40

Closed
nicokosi opened this issue May 6, 2022 · 1 comment
Closed

Filter repositories by topic for a given user or org #40

nicokosi opened this issue May 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@nicokosi
Copy link
Owner

nicokosi commented May 6, 2022

For instance, gh collab-scanner -org pytest-dev -topic testing would only scan these 10 repositories:
Screenshot 2022-05-06 at 05 47 37

@nicokosi nicokosi added the enhancement New feature or request label May 6, 2022
nicokosi added a commit that referenced this issue May 6, 2022
Introduce flag `--topic` to filter repositories scanned via the `--org` or `--user` flag.

Examples:

- `gh collab-scanner --org pytest-dev` scans 62 repositories.

- `gh collab-scanner --org pytest-dev --topic testing` scans 10 repositories.

- `gh collab-scanner --org pytest-dev --topic does-not-exist` scans 0 repositories.

See https://github.com/pytest-dev?q=%23testing.
nicokosi added a commit that referenced this issue May 6, 2022
Introduce flag `-topic` to filter repositories scanned via the `-org` or `-user` flag.

Examples:

- `gh collab-scanner -org pytest-dev` scans 62 repositories.

- `gh collab-scanner -org pytest-dev -topic testing` scans 10 repositories.

- `gh collab-scanner -org pytest-dev -topic does-not-exist` scans 0 repositories.

See https://github.com/pytest-dev?q=%23testing.
nicokosi added a commit that referenced this issue May 6, 2022
Introduce flag `-topic` to filter repositories scanned via the `-org` or `-user` flag.

Examples:

- `gh collab-scanner -org pytest-dev` scans 62 repositories.

- `gh collab-scanner -org pytest-dev -topic testing` scans 10 repositories.

- `gh collab-scanner -org pytest-dev -topic does-not-exist` scans 0 repositories.

See https://github.com/pytest-dev?q=%23testing.
@nicokosi
Copy link
Owner Author

nicokosi commented May 6, 2022

@nicokosi nicokosi closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant