We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The feature request
-O, --org strings The name of a GitHub organization. All repositories in that organization will be used.
Currently above checking for all repos ( Active , Archived )
Is there any filter to check for only Active repos? My use case
I am trying to execute only on active repos excluding archive repos for better results Implementation
The text was updated successfully, but these errors were encountered:
#240 - I do this for Gitlab but not able to find for Github
Sorry, something went wrong.
This should already happen (by default) since almost the first release. 134685a
If you have examples of this not happening for GitHub repos, that would be a bug. Please provide steps to repro this
This would be very helpful for Bitbucket Server as well. It's definitely available through the API: https://developer.atlassian.com/server/bitbucket/rest/v910/api-group-repository/#api-api-latest-repos-get
No branches or pull requests
The feature request
-O, --org strings The name of a GitHub organization. All repositories in that organization will be used.
Currently above checking for all repos ( Active , Archived )
Is there any filter to check for only Active repos?
My use case
I am trying to execute only on active repos excluding archive repos for better results
Implementation
The text was updated successfully, but these errors were encountered: