Merge pull request #907 from fluxcd/normalise-labels

Normalise label descriptions
This commit is contained in:
Stefan Prodan 2023-06-30 17:46:57 +03:00 committed by GitHub
commit e6494cf345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

10
.github/labels.yaml vendored
View File

@ -2,20 +2,20 @@
# Ref: https://github.com/EndBug/label-sync#Config-files # Ref: https://github.com/EndBug/label-sync#Config-files
- name: area/kustomize - name: area/kustomize
description: Kustomize related issues and PRs description: Kustomize related issues and pull requests
color: '#00e54d' color: '#00e54d'
- name: area/kstatus - name: area/kstatus
description: Health checking related issues and PRs description: Health checking related issues and pull requests
color: '#25D5CA' color: '#25D5CA'
aliases: ['area/health-checks'] aliases: ['area/health-checks']
- name: area/sops - name: area/sops
description: SOPS related issues and PRs description: SOPS related issues and pull requests
color: '#FEE5D1' color: '#FEE5D1'
- name: area/server-side-apply - name: area/server-side-apply
description: SSA related issues and PRs description: SSA related issues and pull requests
color: '#2819CB' color: '#2819CB'
- name: area/varsub - name: area/varsub
description: Post-build variable substitution related issues and PRs description: Post-build variable substitution related issues and pull requests
color: '#8D195D' color: '#8D195D'
- name: backport:release/v1.0.x - name: backport:release/v1.0.x
description: To be backported to release/v1.0.x description: To be backported to release/v1.0.x