From 95416623c606feb0f3a56fb5906f80437919e2d1 Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 30 Nov 2021 02:02:07 +0000 Subject: [PATCH 1/2] update repo/repos.yaml. --- repo/repos.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/repo/repos.yaml b/repo/repos.yaml index b4876cb..582d918 100644 --- a/repo/repos.yaml +++ b/repo/repos.yaml @@ -53,4 +53,12 @@ repositories: description: "this is a test" commentable: true autoInit: true + type: public + - name: whtest6 + branches: + - name: master + type: protected + description: "this is a test" + commentable: true + autoInit: true type: public \ No newline at end of file -- Gitee From bd8f6f1a13a1b639d638d97d389b8d0f10bf8d70 Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 30 Nov 2021 02:02:59 +0000 Subject: [PATCH 2/2] update sigs.yaml. --- sigs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sigs.yaml b/sigs.yaml index 1ad8601..a790748 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2,4 +2,5 @@ sigs: - name: Test repositories: - cve-manage-test/whtest4 - - cve-manage-test/whtest5 \ No newline at end of file + - cve-manage-test/whtest5 + - cve-manage-test/whtest6 \ No newline at end of file -- Gitee