Skip to content

Commit

Permalink
Add responsibles label to ocmcli component descriptor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
8R0WNI3 committed Jan 9, 2025
1 parent 329ee5c commit e34efd8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions components/ocmcli/component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e34efd8

Please sign in to comment.