🎉 GitHub Codeowners Validator 0.7.4 is now available!
Highlights
✨ New functionality
-
Support GitHub App authentication (#146) (@julienduchesne)
Now, you can use the GitHub App auth instead of private token. Read more here: https://github.com/mszostok/codeowners-validator/blob/main/docs/gh-token.md#github-app. -
New experimental check: Avoid shadowing (#149) (@julienduchesne)
Reports if entries go from least specific to most specific. Otherwise, earlier entries are completely ignored.For example:
# First entry /build/logs/ @octocat # Shadows - reported as error * @s1 /b*/logs @s5 # OK /b*/other @o1 /script/* @o2
🔧 Bug Fixes
- Apply hot fix to resolve issue with untrusted git repository for
not-owned
checker (#148) (@mszostok)
Added to solve problem with actions/checkout#766.
Changelog
- 7dfc6dc: Support Github App authentication (#146) (@julienduchesne)
- 0e995bc: New experimental check: Avoid shadowing (#149) (@julienduchesne)
- d1be488: Apply hot fix to resolve issue with untrusted git repository for
not-owned
checker (#148) (@mszostok) - cfa4033: Update main README.md (#153) (@mszostok)
- 7f3f5e2: Adjust docs and GitHub action for v0.7.4 release (#154) (@mszostok)