chore: update codeowners (#269)

This commit is contained in:
feihongxu0824 2026-04-02 16:12:07 +08:00 committed by GitHub
parent 6ac9bb0177
commit 3a9893ef31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 4 deletions

4
.github/CODEOWNERS vendored
View File

@ -15,7 +15,7 @@
# src/db, tests
/src/db/ @zhourrr
/tests/ @zhourrr
/tests/db @zhourrr
# src/core, src/turbo
/src/core/ @richyreachy
@ -23,6 +23,8 @@
# src/ailego
/src/ailego/ @iaojnh
/tests/ailego @iaojnh
/tests/core @iaojnh
# tools
/tools/ @JalinWang

View File

@ -3,13 +3,27 @@ name: Main
on:
push:
branches: [ "main" ]
paths-ignore:
paths-ignore: &paths-ignore
- '**.md'
- '.github/CODEOWNERS'
- '.github/ISSUE_TEMPLATE/**'
- '.github/auto-assign-config.yml'
- '.github/codecov.yml'
- '.github/dependabot.yml'
- '.github/workflows/auto-assign.yml'
- '.github/workflows/community-pr-handler.yml'
- '.github/workflows/issue-auto-assign.yml'
- '.github/workflows/build_wheel.yml'
- '.github/workflows/build_test_wheel.yml'
- '.github/workflows/_build_wheel_job.yml'
- '.github/workflows/continuous_bench.yml'
- '.github/workflows/nightly_coverage.yml'
- '.github/workflows/docker/**'
- '.github/workflows/scripts/**'
merge_group:
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
paths-ignore: *paths-ignore
workflow_dispatch:
concurrency: