mszostok / codeowners-validator

The GitHub CODEOWNERS file validator
Apache License 2.0
212 stars 47 forks source link

Who is using Codeowners Validator? #114

Open mszostok opened 2 years ago

mszostok commented 2 years ago

Who is using Codeowners Validator?

I want to sincerely thank everyone who constantly keeps on using and supporting Codeowners Validator! 🚀

This project is developed 100% in my spare time, but I try to keep Codeowners Validator actively developed and maintained.

Reasoning behind this issue

Call for action

Add a comment to this issue including the following information:

mszostok commented 2 years ago

GitHub organization: Microsoft: https://github.com/microsoft

Repositories:

mszostok commented 2 years ago

GitHub organization: Node.js https://github.com/nodejs Repositories:

mszostok commented 2 years ago

GitHub organization: .NET Platform https://github.com/dotnet Repositories:

mszostok commented 2 years ago

GitHub organization: Cloud Posse https://github.com/cloudposse Repositories:

mszostok commented 2 years ago

GitHub organization: iTwin Platform https://github.com/iTwin

Repositories:

mszostok commented 2 years ago

GitHub organization: Magma https://github.com/magma

Repositories:

mszostok commented 2 years ago

GitHub organization: GloTarAn https://github.com/glotaran

Repositories:

mszostok commented 2 years ago

GitHub organization: Square https://github.com/square

Repositories: -workflow-kotlin

mszostok commented 2 years ago

GitHub organization: gofunky https://github.com/gofunky

Repositories:

mszostok commented 2 years ago

GitHub organization: Open Ag Technology and Systems Group https://github.com/oats-center

Repositories:

mszostok commented 2 years ago

GitHub organization: island.is https://github.com/island-is Repositories:

mszostok commented 2 years ago

GitHub organization: Code42 Software https://github.com/code42

Repositories:

mszostok commented 2 years ago

GitHub organization: Oracle https://github.com/oracle Repositories:

mszostok commented 2 years ago

GitHub organization: Oppia https://github.com/oppia Repositories:

mszostok commented 2 years ago

GitHub organization: Open Ag Data Alliance https://github.com/OADA Repositories:

mszostok commented 2 years ago

GitHub profile: Vadim https://github.com/rfprod Repositories:

mszostok commented 2 years ago

GitHub profile: omrisk https://github.com/omrisk Repositories:

peterdemin commented 2 years ago

We use your great tool in Moveworks on git-push as a pre-commit hook. It's in a private repo. But feel free to ping me. On a practical note, it would be great to have proper integration with the above pre-commit hook project. That would allow us to manage the version and pass arguments in a consistent fashion with other checks.

jeremycohen commented 2 years ago

We're also looking into using this in a private repo. The main use case we're going after is making sure all files in a test directory have an owner. To do this we may need an additional variable added to only search certain directories for CODEOWNERS, for which I can try putting up a PR.

Also re: pre-commit hook integration that's something that would be beneficial as well!

julienduchesne commented 2 years ago

We use it at Grafana Labs for our private IaC repository. Lots of our CODEOWNERS file is generated so this tool is great to make sure we didn't generate junk!

jcook-uptycs commented 1 year ago

I'm looking into this tool for use in a pre-commit hook, CI and manual use.