legitify icon indicating copy to clipboard operation
legitify copied to clipboard

Skip evaluating archived GitHub repos in an org

Open abacchilb opened this issue 2 years ago • 1 comments

TL;DR

I would like to be able to set a flag to skip analyzing archived repos in my GitHub organization so I don't have to comb through results of repos that are out of scope. Maybe making that a default behavior would be welcome.

Detailed design

No response

Additional information

No response

abacchilb avatar Apr 10 '24 20:04 abacchilb

Some inspiration- I found I could get some relevant info with the gh cli:

repos=$(gh api orgs/$ORG_NAME/repos --paginate -q ".[] | select(.archived==false) | .full_name")

abacchilb avatar Apr 11 '24 14:04 abacchilb

Added support here: https://github.com/Legit-Labs/legitify/commit/c4118c9fe69c57474d08bc2b4396211d7b07e4bc

noamd-legit avatar Apr 30 '24 06:04 noamd-legit