From 76391b0383e230749022ec5b5d3a7dfa82aba309 Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:16:03 +0800 Subject: [PATCH] chore(github): add e2e labeler and code owner (#38257) --- .github/CODEOWNERS | 3 +++ .github/labeler.yml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6eb60e045a5..2e79c684ed2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,6 +26,9 @@ /cli/ @GareArc /.github/workflows/cli-tests.yml @GareArc +# E2E +/e2e/ @lyzno1 + # Backend (default owner, more specific rules below will override) /api/ @QuantumGhost diff --git a/.github/labeler.yml b/.github/labeler.yml index e226bafcccd..c2ea8873781 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,3 +7,9 @@ web: - 'pnpm-lock.yaml' - 'pnpm-workspace.yaml' - '.nvmrc' + +e2e: + - changed-files: + - any-glob-to-any-file: + - 'e2e/**' + - '.github/workflows/web-e2e.yml'