diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c19a176d4..07544eb29 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # This file is a github code protect rule follow the codeowners https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#example-of-a-codeowners-file -* @barnettZQG @wonderflow +* @barnettZQG @wonderflow @chivalryq pkg @barnettZQG @chivalryq @wangyikewxgm @yangsoon @FogDong diff --git a/.github/workflows/back-port.yaml b/.github/workflows/back-port.yml similarity index 100% rename from .github/workflows/back-port.yaml rename to .github/workflows/back-port.yml diff --git a/.github/workflows/image-scan.yaml b/.github/workflows/image-scan.yml similarity index 100% rename from .github/workflows/image-scan.yaml rename to .github/workflows/image-scan.yml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yml similarity index 100% rename from .github/workflows/release.yaml rename to .github/workflows/release.yml diff --git a/.github/workflows/staticcheck.yaml b/.github/workflows/staticcheck.yml similarity index 100% rename from .github/workflows/staticcheck.yaml rename to .github/workflows/staticcheck.yml