Skip to content

Commit

Permalink
Merge pull request #514 from LerianStudio/feature/MIDAZ-DevOps/SRE-513
Browse files Browse the repository at this point in the history
feat: add devops to codeowner when change .env.example files; ✨
  • Loading branch information
MartinezAvellan authored Feb 11, 2025
2 parents 13c0da6 + 0aae153 commit 126dfba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Default owners for the entire repository
* @LerianStudio/G_Github_Dev
* @LerianStudio/G_Github_Dev

# Owners for specific directories and files
.github/* @LerianStudio/G_Github_Devops
.githooks/* @LerianStudio/G_Github_Devops
components/* @LerianStudio/G_Github_Dev
.github/* @LerianStudio/G_Github_Devops
.githooks/* @LerianStudio/G_Github_Devops
components/*/.env.example @LerianStudio/G_Github_Devops @LerianStudio/G_Github_Dev
components/* @LerianStudio/G_Github_Dev

0 comments on commit 126dfba

Please sign in to comment.