diff --git a/repo/repos.yaml b/repo/repos.yaml index b4876cb400f1527a4fd0b079f70bacf8b60da8fe..582d9187f9fdcdf75c5313b85bc20a941ce8c101 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 diff --git a/sigs.yaml b/sigs.yaml index 1ad860156fa4783214df35074e3188bf083cabd5..a790748c91829ea4cde155b8cf52ac16d0f09eed 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