diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e5da60f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# CODEOWNERS file for DefangLabs/defang-github-action +# This file defines the code owners for this repository. +# Code owners are automatically requested for review when someone opens a pull request that modifies code they own. +# Learn more about CODEOWNERS: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Global owners - these users/teams will be requested for review on all PRs unless a more specific rule applies +* @DefangLabs/devs