Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
Loading