Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
##### Project Files ######
############################

/build-logic/** @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
/build-logic/** @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci
/fullstack-core/** @hashgraph/release-engineering @hashgraph/release-engineering-managers
/fullstack-examples/** @hashgraph/release-engineering @hashgraph/release-engineering-managers
/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/devops-ci @hashgraph/release-engineering-managers
/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/platform-ci @hashgraph/release-engineering-managers

#########################
##### Core Files ######
Expand All @@ -20,26 +20,26 @@
# NOTE: Must be placed last to ensure enforcement over all other rules

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/release-engineering
/.github/workflows/ @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/release-engineering
/.github/ @hashgraph/release-engineering-managers @hashgraph/platform-ci @hashgraph/release-engineering
/.github/workflows/ @hashgraph/release-engineering-managers @hashgraph/platform-ci @hashgraph/release-engineering

# Codacy Tool Configurations
/config/ @hashgraph/release-engineering-managers @hashgraph/release-engineering
.remarkrc @hashgraph/release-engineering-managers @hashgraph/release-engineering

# Semantic Release Configuration
.releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering @hashgraph/devops-ci
.releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering @hashgraph/platform-ci

# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
/CODEOWNERS @hashgraph/release-engineering-managers

# Protect the repository root files
/README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
/README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci
**/LICENSE @hashgraph/release-engineering-managers

# CodeCov configuration
**/codecov.yml @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/devops-ci-committers
**/codecov.yml @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci @hashgraph/platform-ci-committers

# Git Ignore definitions
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci
Loading