Skip to content

Commit 87ddad7

Browse files
authored
Merge pull request #24 from DefangLabs/copilot/create-codeowners-file
Create CODEOWNERS file for code ownership and review assignment
2 parents a978b9e + ebe4a32 commit 87ddad7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CODEOWNERS file for DefangLabs/defang-github-action
2+
# This file defines the code owners for this repository.
3+
# Code owners are automatically requested for review when someone opens a pull request that modifies code they own.
4+
# Learn more about CODEOWNERS: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
5+
6+
# Global owners - these users/teams will be requested for review on all PRs unless a more specific rule applies
7+
* @DefangLabs/devs

0 commit comments

Comments
 (0)