From e34efd8d70f335833dd6270b3e0f6b1ce4e564bb Mon Sep 17 00:00:00 2001 From: "Jonas Brand (8R0WNI3)" Date: Thu, 9 Jan 2025 08:07:35 +0100 Subject: [PATCH] Add responsibles label to ocmcli component descriptor The responsibles label is used to automatically assign detected compliance issues to the responsible GitHub team. If no such responsibles are configured, GitHub repository statistics will be heuristically examined to determine the respective responsibles, however, these statistics are not properly created for this repository. --- components/ocmcli/component-constructor.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/ocmcli/component-constructor.yaml b/components/ocmcli/component-constructor.yaml index 11eb4bcecb..dabc756394 100644 --- a/components/ocmcli/component-constructor.yaml +++ b/components/ocmcli/component-constructor.yaml @@ -41,6 +41,9 @@ components: repoUrl: github.com/open-component-model/ocm commit: (( values.COMMIT )) version: (( values.VERSION )) - - - + labels: + - name: cloud.gardener.cnudie/responsibles + value: + - github_hostname: github.com + teamname: open-component-model/ocm-cli-team + type: githubTeam