• Igor Drozdov's avatar
    Allow to mark codeowners section as optional · 3d3d64b5
    Igor Drozdov authored
    A section can be prefixed with ^ symbol:
    
    ```
    [Documentation]
    ee/docs    @gl-docs
    docs       @gl-docs
    
    ^[Database]
    README.md  @gl-database
    model/db   @gl-database
    ```
    
    That means that Database section is optional
    even when code-owners-approvals is required
    3d3d64b5
file.rb 4.12 KB