From 960754a47108d85d29172a6ec3d6f22efc5ae3ce Mon Sep 17 00:00:00 2001 From: pdsert <11690523+pdsert@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 12:35:14 +0000 Subject: [PATCH 1/3] =?UTF-8?q?add=20src/upstream/white=5Fbox.md.=20white?= =?UTF-8?q?=5Fbox.yaml=E9=85=8D=E7=BD=AE=E9=A1=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pdsert <11690523+pdsert@user.noreply.gitee.com> --- src/upstream/white_box.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/upstream/white_box.md diff --git a/src/upstream/white_box.md b/src/upstream/white_box.md new file mode 100644 index 0000000..cd7dfcb --- /dev/null +++ b/src/upstream/white_box.md @@ -0,0 +1,32 @@ +#white_box.yaml配置项说明 +#按照组织配置 +##按照组织配置会采集组织下所有仓库的所有分支的commit/pr/review +owners: + gitee: #所属平台 + - openeuler #所属组织 + - mindspore + gitcode: #所属平台 + - opengauss #所属组织 + - openubmc + +#按照仓库配置 +##按照仓库配置会按需采集pr/review/commit +##如果 all_branch 和 branch都没有配置,则会采集仓库默认配置 +repos: + github: #所属平台 + - repo_path: pytorch/pytorch #仓库 + metrics: + - pr #采集pr + - review #采集review + - commit #采集commit(代码量) + branch: #按需采集的分支 + - main + all_branch: true #采集所有分支,该配置项会覆盖 branch 配置项 + gitcode: + - repo_path: modelx/MindSpeed + metrics: + - pr #采集pr + - review #采集review + - commit #采集commit(代码量) + branch: #按需采集的分支 + - main \ No newline at end of file -- Gitee From 9aed164e94d5fefb0d956cd45ede107e4d31ee24 Mon Sep 17 00:00:00 2001 From: pdsert <11690523+pdsert@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 12:44:16 +0000 Subject: [PATCH 2/3] update src/upstream/white_box.md. Signed-off-by: pdsert <11690523+pdsert@user.noreply.gitee.com> --- src/upstream/white_box.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/upstream/white_box.md b/src/upstream/white_box.md index cd7dfcb..fa084b5 100644 --- a/src/upstream/white_box.md +++ b/src/upstream/white_box.md @@ -1,6 +1,8 @@ #white_box.yaml配置项说明 #按照组织配置 ##按照组织配置会采集组织下所有仓库的所有分支的commit/pr/review + +```yaml owners: gitee: #所属平台 - openeuler #所属组织 -- Gitee From 8ef84a4d8de5d0954bd7ca80c833d35c401bf875 Mon Sep 17 00:00:00 2001 From: pdsert <11690523+pdsert@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 12:45:10 +0000 Subject: [PATCH 3/3] update src/upstream/white_box.md. Signed-off-by: pdsert <11690523+pdsert@user.noreply.gitee.com> --- src/upstream/white_box.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/upstream/white_box.md b/src/upstream/white_box.md index fa084b5..f5f3fc6 100644 --- a/src/upstream/white_box.md +++ b/src/upstream/white_box.md @@ -1,8 +1,8 @@ + +```yaml #white_box.yaml配置项说明 #按照组织配置 ##按照组织配置会采集组织下所有仓库的所有分支的commit/pr/review - -```yaml owners: gitee: #所属平台 - openeuler #所属组织 -- Gitee