github.com/cozy/cozy-stack@v0.0.0-20240327093429-939e4a21320e/.github/CODEOWNERS (about)

     1  # Lines starting with '#' are comments.
     2  # Each line is a file pattern followed by one or more owners.
     3  
     4  # These owners will be the default owners for everything in the repo.
     5  *       @cozy/back
     6  
     7  # Order is important; the last matching pattern takes the most
     8  # precedence. When someone opens a pull request that only
     9  # impact debian packaging files, only sblaisot and not the global
    10  # owner(s) will be requested for a review.
    11  debian/*               @sblaisot
    12  scripts/docker/*       @sblaisot
    13  scripts/packaging/*    @sblaisot