From 00df68f3dedae8b5cb8aa3d2f83e7b7451de8693 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:44:02 +0000 Subject: [PATCH 1/4] Initial plan From ddda741b905dd0f6811cce457a0575a140d4c717 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:48:06 +0000 Subject: [PATCH 2/4] Create CODEOWNERS file for code ownership and review assignment Co-authored-by: lionello <591860+lionello@users.noreply.github.com> --- .github/CODEOWNERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..778b241 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,20 @@ +# 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 +* @lionello @DefangLabs/maintainers + +# Action definition and core functionality +action.yaml @lionello @edwardrf + +# Documentation +README.md @raphaeltm @lionello +LICENSE @lionello + +# GitHub workflows and CI/CD +.github/ @lionello @edwardrf + +# Test files and examples +test/ @edwardrf @edw-defang @lionello \ No newline at end of file From 6aa7a4339bf4d3fbe9d96c32e5d0c72c95183a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lio=E6=9D=8E=E6=AD=90?= Date: Mon, 8 Sep 2025 19:56:57 -0700 Subject: [PATCH 3/4] Update CODEOWNERS to change global owners --- .github/CODEOWNERS | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 778b241..268c84b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,17 +4,4 @@ # 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 -* @lionello @DefangLabs/maintainers - -# Action definition and core functionality -action.yaml @lionello @edwardrf - -# Documentation -README.md @raphaeltm @lionello -LICENSE @lionello - -# GitHub workflows and CI/CD -.github/ @lionello @edwardrf - -# Test files and examples -test/ @edwardrf @edw-defang @lionello \ No newline at end of file +* @DefangLabs/dev From ebe4a32c37e18cee6c7b90b7fb18dc5c5fcdd027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lio=E6=9D=8E=E6=AD=90?= Date: Mon, 8 Sep 2025 19:57:14 -0700 Subject: [PATCH 4/4] Update CODEOWNERS to reflect team name change --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 268c84b..e5da60f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # 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/dev +* @DefangLabs/devs