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

This commit is contained in:
yyh 2026-07-01 15:16:03 +08:00 committed by GitHub
parent 583bc34c3b
commit 76391b0383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

3
.github/CODEOWNERS vendored
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
.github/labeler.yml vendored
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'