zendesk / setup-check-codeowners

A script to check .github/CODEOWNERS, and a GitHub Action to install it
MIT License
1 stars 2 forks source link

Reduce calls to git #14

Closed zdrve closed 2 years ago

zdrve commented 2 years ago

find_unowned_files only needs one call to git ls-files, instead of one per unique owner.

In fact sometimes we don't even need to call it at all.