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'