Skip to content

Commit

Permalink
fix: Updated codeowners (#957)
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarker-dev authored May 8, 2024
1 parent 6d55af5 commit 8778e16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
# 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 @hashgraph/release-engineering-managers
/.github/ @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs

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

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

# Git Ignore definitions
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs

0 comments on commit 8778e16

Please sign in to comment.