-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
enhancement
New feature or request
Comments
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.
Fix in commit 851bff5 shipped in https://github.com/nicokosi/gh-collab-scanner/releases/tag/v1.5.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For instance,
![Screenshot 2022-05-06 at 05 47 37](https://user-images.githubusercontent.com/3862051/167063827-61265c12-5145-49d7-885f-4b39ca632a25.png)
gh collab-scanner -org pytest-dev -topic testing
would only scan these 10 repositories:The text was updated successfully, but these errors were encountered: