ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

add metric: branch protections restrict the source #62 #83

Closed PriyaBihani closed 2 years ago

PriyaBihani commented 2 years ago

Solved the issue #62. I used the github API since under the required status checks we get the app id for restricted source or null for any source.

ljharb commented 2 years ago

@PriyaBihani this is all rebased, and it looks great! The only thing we need to land it is some mock data so we can test against it.

thehanimo commented 2 years ago

Added tests!