Skip to content

Commit

Permalink
Update CODEOWNERS #4462 (#4471)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS #4462

As requested in #4462

Signed-off-by: Andrey (Envision) <[email protected]>

* Update .github/CODEOWNERS

Co-authored-by: Roger Barker <[email protected]>
Signed-off-by: Andrey (Envision) <[email protected]>

* Update .github/CODEOWNERS

Co-authored-by: Roger Barker <[email protected]>
Signed-off-by: Andrey (Envision) <[email protected]>

* Update .github/CODEOWNERS

Co-authored-by: Roger Barker <[email protected]>
Signed-off-by: Andrey (Envision) <[email protected]>

* Update .github/CODEOWNERS

Co-authored-by: Roger Barker <[email protected]>
Signed-off-by: Andrey (Envision) <[email protected]>

* Update CODEOWNERS

Signed-off-by: Andrey (Envision) <[email protected]>

---------

Signed-off-by: Andrey (Envision) <[email protected]>
Co-authored-by: Roger Barker <[email protected]>
  • Loading branch information
anvabr and rbarkerSL authored Dec 13, 2024
1 parent 5bfa5e0 commit 1c93cda
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
##### Global Protection Rule ######
###################################
# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below.
* @hashgraph/developer-advocates
* @hashgraph/envision-blockchain-hedera

############################
##### Project Files ######
############################

*/src/** @hashgraph/developer-advocates @hashgraph/envision-blockchain-hedera
*/tests/** @hashgraph/developer-advocates @hashgraph/envision-blockchain-hedera
*/src/** @hashgraph/guardian-committers @hashgraph/guardian-maintainers
*/tests/** @hashgraph/guardian-committers @hashgraph/guardian-maintainers


#########################
Expand All @@ -20,12 +20,12 @@

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

# NodeJS project files
package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates
package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates
jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates
package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers
package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers
jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers

# Codacy Tool Configurations
/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates
Expand All @@ -38,8 +38,8 @@ jest.config.mjs @hashgraph/devops-ci @hashgraph/
/CODEOWNERS @hashgraph/release-engineering-managers

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

# CodeCov configuration
**/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers
Expand Down

0 comments on commit 1c93cda

Please sign in to comment.