chore(github): add e2e labeler and code owner (#38257)

This commit is contained in:
yyh
2026-07-01 07:16:03 +00:00
committed by GitHub
parent 583bc34c3b
commit 76391b0383
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -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
+6
View File
@@ -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'