• Bob Van Landuyt's avatar
    Allow matching only the repo-root for CODEOWNERS · 2b0f880a
    Bob Van Landuyt authored
    When wanting to match files in the repo root, but only on the repo's
    root. Users would supply `/*` as the pattern.
    
    In our old implementation we would match this pattern as `*`, but
    allowing `*` to match directory separators.
    
    In this we treat the `/*` pattern as an entirely separate case:
    Matching all files in the root, but only one level deep.
    2b0f880a
file_spec.rb 5.21 KB