codeowners-validator
codeowners-validator copied to clipboard
Executing File Exist Checker Not support glob
Description
These globs work in the CODEOWNERS file.
Jenkinsfile* @Team
Dockerfile* @Team
Makefile* @Team
This reports as
"make*.sh" does not match any files in repository
make*.sh @Team
This file does exist scripts/utilities/makeAll.sh
in the repo.
Expected result
Actual result
Steps to reproduce
Troubleshooting