chore: update codeowners (#269)
This commit is contained in:
parent
6ac9bb0177
commit
3a9893ef31
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue