codeowners-validator
codeowners-validator copied to clipboard
The GitHub CODEOWNERS file validator
First of all thank you for this tool, it helped me fixed `CODEOWNERS` for https://github.com/godotengine/godot Turns out that review-requests don't work for teams without `Write` permission for some reason (as...
**Description** Let's say you have the [repository](https://github.com/iamstarkov/codeowners-validator-issue-demo) with the given file structure: ``` ~/projects/oss/codeowners-validator-issue-demo (main) $ tree . . ├── CODEOWNERS └── packages └── demo ├── index.js ├── package.json └──...
Currently, the Valid Owner Checker performs the following [checks](https://github.com/mszostok/codeowners-validator/blob/main/README.md#checks): > 1. Check if the owner's definition is valid (is either a GitHub user name, an organization team name or an...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...
Bumps [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation) from 2.0.4 to 2.1.0. Release notes Sourced from github.com/bradleyfalzon/ghinstallation/v2's releases. v2.1.0 What's Changed Update go-github to v43 by @asvoboda in bradleyfalzon/ghinstallation#63 Respect the http.RoundTripper contract by @CAFxX in...
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.8.2 to 1.9.2. Release notes Sourced from github.com/spf13/afero's releases. v1.9.2 What's Changed Make mem.File implement fs.ReadDirFile by @bep in spf13/afero#371 Full Changelog: https://github.com/spf13/afero/compare/v1.9.1...v1.9.2 v1.9.1 What's Changed Fix...
Bumps alpine from 3.16.0 to 3.16.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**Description** The native support for `pre-commit` hook was requested by external users. To integrate with https://pre-commit.com/ the `.pre-commit-hooks.yaml` file needs to be added to the root for repository. Example: ```yaml...
**Description** This tool was created a long time ago, and I already got a lot of feedback. I plan to release the v1 once: - All [bugs](https://github.com/mszostok/codeowners-validator/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0+label%3Abug) will be fixed...
### 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...