-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OWNERS: Auto Sync OWNERS files from community membership (#6029)
- Loading branch information
1 parent
5867afd
commit dadd7c5
Showing
2 changed files
with
67 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
header: | ||
license: | ||
spdx-id: Apache-2.0 | ||
copyright-owner: PingCAP, Inc. | ||
copyright-owner: 'PingCAP, Inc.' | ||
copyright-year: '2024' | ||
paths-ignore: | ||
- "**/.git/**" | ||
- ".github/" | ||
- "_output/**" | ||
- "ci/**" | ||
- "examples/**" | ||
- "image/**" | ||
- "manifests/**" | ||
- ".gitignore" | ||
- ".dockerignore" | ||
- ".golangci.yml" | ||
- "LICENSES/" | ||
- "**/*.md" | ||
- ".codecov.yml" | ||
- "**/go.mod" | ||
- "**/go.sum" | ||
- "**/go.work" | ||
- "**/go.work.sum" | ||
- "**/LICENSE" | ||
- "third_party/**" | ||
- "pkg/**/*mock.go" | ||
|
||
|
||
- '**/.git/**' | ||
- .github/ | ||
- _output/** | ||
- ci/** | ||
- examples/** | ||
- image/** | ||
- manifests/** | ||
- .gitignore | ||
- .dockerignore | ||
- .golangci.yml | ||
- LICENSES/ | ||
- '**/*.md' | ||
- .codecov.yml | ||
- '**/go.mod' | ||
- '**/go.sum' | ||
- '**/go.work' | ||
- '**/go.work.sum' | ||
- '**/LICENSE' | ||
- third_party/** | ||
- pkg/**/*mock.go | ||
- '**/OWNERS' | ||
- OWNERS_ALIASES | ||
comment: on-failure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
approvers: | ||
- AstroProfundis | ||
- aylei | ||
- azurezyq | ||
- Benjamin2037 | ||
- BornChanger | ||
- charleszheng44 | ||
- cofyc | ||
- csuzhangxc | ||
- DanielZhangQD | ||
- dragonly | ||
- Ehco1996 | ||
- fengou1 | ||
- gozssky | ||
- gregwebs | ||
- grovecai | ||
- handlerww | ||
- hanlins | ||
- HuSharp | ||
- jlerche | ||
- july2993 | ||
- KanShiori | ||
- LinuxGit | ||
- liubog2008 | ||
- mikechengwei | ||
- niubell | ||
- onlymellb | ||
- qiffang | ||
- sdojjy | ||
- shuijing198799 | ||
- srstack | ||
- tennix | ||
- WangLe1321 | ||
- weekface | ||
- WizardXiao | ||
- Yisaer | ||
- z2665 | ||
- zimulala | ||
reviewers: | ||
- cvvz | ||
- howardlau1999 | ||
- lichunzhu | ||
- shonge |