You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's rare, but can still happen, that you have paths with ~ in the path of the CODEOWNERS file. This makes GitHub's CODEOWNERS stop working silently. Unfortunately, this case is not caught by the Valid syntax checker.
Expected result
The checker should fail and point at the faulty line in CODEOWNERS.
Description
It's rare, but can still happen, that you have paths with
~
in the path of the CODEOWNERS file. This makes GitHub's CODEOWNERS stop working silently. Unfortunately, this case is not caught by theValid syntax checker
.Expected result
The checker should fail and point at the faulty line in CODEOWNERS.
Actual result
All checks are OK.
Steps to reproduce
Add a line like
then run
Troubleshooting
The text was updated successfully, but these errors were encountered: