github.com/hashgraph/hedera-sdk-go/v2@v2.48.0/.github/CODEOWNERS (about)

     1  # Default code owners for entire repository
     2  *                                               @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers @hashgraph/hedera-sdk-go-contributors
     3  
     4  #########################
     5  #####  Core Files  ######
     6  #########################
     7  
     8  # NOTE: Must be placed last to ensure enforcement over all other rules
     9  
    10  # Protection Rules for Github Configuration Files and Actions Workflows
    11  /.github/                                       @hashgraph/release-engineering @hashgraph/release-engineering-managers
    12  /.github/workflows/                             @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers @hashgraph/hedera-sdk-go-contributors
    13  
    14  # Legacy Maven project files
    15  **/pom.xml                                      @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    16  
    17  # Gradle project files and inline plugins
    18  /gradle/                                        @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    19  gradlew                                         @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    20  gradlew.bat                                     @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    21  **/build-logic/                                 @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    22  **/gradle.*                                     @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    23  **/*.gradle.*                                   @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    24  
    25  # Codacy Tool Configurations
    26  /config/                                        @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    27  .remarkrc                                       @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    28  
    29  # Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
    30  /CODEOWNERS                                     @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    31  
    32  # Protect the repository root files
    33  /README.md                                      @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    34  **/LICENSE                                      @hashgraph/release-engineering @hashgraph/release-engineering-managers
    35  
    36  # CodeCov configuration
    37  **/codecov.yml                                  @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    38  
    39  # Git Ignore definitions
    40  **/.gitignore                                   @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors
    41  **/.gitignore.*                                 @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-sdk @hashgraph/hedera-sdk-go-maintainers  @hashgraph/hedera-sdk-go-contributors