From b97f64e3e8727989aefc3027623bf5785b9aadf1 Mon Sep 17 00:00:00 2001 From: Piotr Zaniewski Date: Thu, 7 May 2026 13:12:55 +0200 Subject: [PATCH] chore(codeowners): add eng-devops as release.yaml owner DevOps team should be explicit owners of release pipelines, in line with the team scope (release CI/CD only). Add @loft-sh/eng-devops as co-owner of release.yaml alongside the existing @loft-sh/eng-tech-leads ownership so release-pipeline reviews route to DevOps directly. Refs DEVOPS-757 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c360fd58ce..1f7baf775c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,7 @@ * @loft-sh/eng-dev-vcluster-platform /.github/workflows/e2e*.yaml @loft-sh/eng-qa @loft-sh/eng-tech-leads -/.github/workflows/release.yaml @loft-sh/eng-tech-leads +/.github/workflows/release.yaml @loft-sh/eng-devops @loft-sh/eng-tech-leads /.github/CODEOWNERS @loft-sh/eng-tech-leads /chart/templates/ @loft-sh/eng-tech-leads