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
owners=CodeOwners(""" docs/generator/build.py @octocat # The `docs/*` pattern will match files like # `docs/getting-started.md` but not further nested files like # `docs/build-app/troubleshooting.md`. docs/* @doctocat """)
owners.of('docs/generator/build.py')
I'd expect the owner to be octocat but the library returns doctocat. According to the GitHub documentation example (and as mentioned in the comment), the single asterisk should not match nested files.
The text was updated successfully, but these errors were encountered:
In this example:
I'd expect the owner to be
octocat
but the library returnsdoctocat
. According to the GitHub documentation example (and as mentioned in the comment), the single asterisk should not match nested files.The text was updated successfully, but these errors were encountered: