fix: remove quotes from labels.yml

This commit is contained in:
2025-02-05 01:38:45 +02:00
parent e9150668ee
commit 974945f1c3

View File

@@ -1,160 +1,160 @@
- name: 'breaking-change' - name: breaking-change
color: ee0701 color: ee0701
description: 'A breaking change for existing users.' description: A breaking change for existing users.
- name: 'bugfix' - name: bugfix
color: ee0701 color: ee0701
description: 'Inconsistencies or issues which will cause a problem for users or implementors.' description: Inconsistencies or issues which will cause a problem for users or implementors.
- name: 'documentation' - name: documentation
color: 0052cc color: 0052cc
description: 'Solely about the documentation of the project.' description: Solely about the documentation of the project.
- name: 'enhancement' - name: enhancement
color: 1d76db color: 1d76db
description: 'Enhancement of the code, not introducing new features.' description: Enhancement of the code, not introducing new features.
- name: 'refactor' - name: refactor
color: 1d76db color: 1d76db
description: 'Improvement of existing code, not introducing new features.' description: Improvement of existing code, not introducing new features.
- name: 'performance' - name: performance
color: 1d76db color: 1d76db
description: 'Improving performance, not introducing new features.' description: Improving performance, not introducing new features.
- name: 'new-feature' - name: new-feature
color: 0e8a16 color: 0e8a16
description: 'New features or options.' description: New features or options.
- name: 'maintenance' - name: maintenance
color: 2af79e color: 2af79e
description: 'Generic maintenance tasks.' description: Generic maintenance tasks.
- name: 'ci' - name: ci
color: 1d76db color: 1d76db
description: 'Work that improves the continue integration.' description: Work that improves the continue integration.
- name: 'dependencies' - name: dependencies
color: 1d76db color: 1d76db
description: 'Upgrade or downgrade of project dependencies.' description: Upgrade or downgrade of project dependencies.
- name: 'translations' - name: translations
color: d4c5f9 color: d4c5f9
description: 'Impacts translations.' description: Impacts translations.
- name: 'in-progress' - name: in-progress
color: fbca04 color: fbca04
description: 'Issue is currently being resolved by a developer.' description: Issue is currently being resolved by a developer.
- name: 'stale' - name: stale
color: fef2c0 color: fef2c0
description: 'There has not been activity on this issue or PR for quite some time.' description: There has not been activity on this issue or PR for quite some time.
- name: 'no-stale' - name: no-stale
color: fef2c0 color: fef2c0
description: 'This issue or PR is exempted from the stable bot.' description: This issue or PR is exempted from the stable bot.
- name: 'security' - name: security
color: ee0701 color: ee0701
description: 'Marks a security issue that needs to be resolved asap.' description: Marks a security issue that needs to be resolved asap.
- name: 'incomplete' - name: incomplete
color: fef2c0 color: fef2c0
description: 'Marks a PR or issue that is missing information.' description: Marks a PR or issue that is missing information.
- name: 'invalid' - name: invalid
color: fef2c0 color: fef2c0
description: 'Marks a PR or issue that is missing information.' description: Marks a PR or issue that is missing information.
- name: 'beginner-friendly' - name: beginner-friendly
color: 0e8a16 color: 0e8a16
description: 'Good first issue for people wanting to contribute to the project.' description: Good first issue for people wanting to contribute to the project.
- name: 'help-wanted' - name: help-wanted
color: 0e8a16 color: 0e8a16
description: 'We need some extra helping hands or expertise in order to resolve this.' description: We need some extra helping hands or expertise in order to resolve this.
- name: 'hacktoberfest' - name: hacktoberfest
description: 'Issues/PRs are participating in the Hacktoberfest.' description: Issues/PRs are participating in the Hacktoberfest.
color: fbca04 color: fbca04
- name: 'hacktoberfest-accepted' - name: hacktoberfest-accepted
description: 'Issues/PRs are participating in the Hacktoberfest.' description: Issues/PRs are participating in the Hacktoberfest.
color: fbca04 color: fbca04
- name: 'priority-critical' - name: priority-critical
color: ee0701 color: ee0701
description: 'This should be dealt with ASAP. Not fixing this issue would be a serious error.' description: This should be dealt with ASAP. Not fixing this issue would be a serious error.
- name: 'priority-high' - name: priority-high
color: b60205 color: b60205
description: 'After critical issues are fixed, these should be dealt with before any further issues.' description: After critical issues are fixed, these should be dealt with before any further issues.
- name: 'priority-medium' - name: priority-medium
color: 0e8a16 color: 0e8a16
description: 'This issue may be useful, and needs some attention.' description: This issue may be useful, and needs some attention.
- name: 'priority-low' - name: priority-low
color: e4ea8a color: e4ea8a
description: 'Nice addition, maybe... someday...' description: Nice addition, maybe... someday...
- name: 'major' - name: major
color: b60205 color: b60205
description: 'This PR causes a major version bump in the version number.' description: This PR causes a major version bump in the version number.
- name: 'minor' - name: minor
color: 0e8a16 color: 0e8a16
description: 'This PR causes a minor version bump in the version number.' description: This PR causes a minor version bump in the version number.
# Areas # Areas
- name: area/ansible - name: area/ansible
color: '0e8a16' color: 0e8a16
description: 'Issues or PRs related to Ansible configuration and automation.' description: Issues or PRs related to Ansible configuration and automation.
- name: area/docs - name: area/docs
color: '0e8a16' color: 0e8a16
description: 'Issues or PRs related to documentation and guides.' description: Issues or PRs related to documentation and guides.
- name: area/github - name: area/github
color: '0e8a16' color: 0e8a16
description: 'Issues or PRs related to GitHub Actions and repository configuration.' description: Issues or PRs related to GitHub Actions and repository configuration.
- name: area/kubernetes - name: area/kubernetes
color: '0e8a16' color: 0e8a16
description: 'Issues or PRs related to Kubernetes manifests and configuration.' description: Issues or PRs related to Kubernetes manifests and configuration.
- name: area/taskfile - name: area/taskfile
color: '0e8a16' color: 0e8a16
description: 'Issues or PRs related to Taskfile automation scripts.' description: Issues or PRs related to Taskfile automation scripts.
- name: area/terraform - name: area/terraform
color: '0e8a16' color: 0e8a16
description: 'Issues or PRs related to Terraform infrastructure code.' description: Issues or PRs related to Terraform infrastructure code.
# Clusters # Clusters
- name: cluster/main - name: cluster/main
color: 'ffc300' color: ffc300
description: 'Issues or PRs affecting the main Kubernetes cluster.' description: Issues or PRs affecting the main Kubernetes cluster.
- name: cluster/storage - name: cluster/storage
color: 'ffc300' color: ffc300
description: 'Issues or PRs affecting the storage-focused Kubernetes cluster.' description: Issues or PRs affecting the storage-focused Kubernetes cluster.
# Renovate Types # Renovate Types
- name: renovate/ansible - name: renovate/ansible
color: '027fa0' color: 027fa0
description: 'Automated dependency updates for Ansible roles and collections.' description: Automated dependency updates for Ansible roles and collections.
- name: renovate/container - name: renovate/container
color: '027fa0' color: 027fa0
description: 'Automated updates for container images and tags.' description: Automated updates for container images and tags.
- name: renovate/github-action - name: renovate/github-action
color: '027fa0' color: 027fa0
description: 'Automated updates for GitHub Actions and workflows.' description: Automated updates for GitHub Actions and workflows.
- name: renovate/grafana-dashboard - name: renovate/grafana-dashboard
color: '027fa0' color: 027fa0
description: 'Automated updates for Grafana dashboard configurations.' description: Automated updates for Grafana dashboard configurations.
- name: renovate/github-release - name: renovate/github-release
color: '027fa0' color: 027fa0
description: 'Automated updates based on new GitHub releases.' description: Automated updates based on new GitHub releases.
- name: renovate/helm - name: renovate/helm
color: '027fa0' color: 027fa0
description: 'Automated updates for Helm charts and dependencies.' description: Automated updates for Helm charts and dependencies.
- name: renovate/terraform - name: renovate/terraform
color: '027fa0' color: 027fa0
description: 'Automated updates for Terraform providers and modules.' description: Automated updates for Terraform providers and modules.
# Semantic Types # Semantic Types
- name: type/digest - name: type/digest
color: 'ffeC19' color: ffeC19
description: 'Digest of multiple changes or issues.' description: Digest of multiple changes or issues.
- name: type/patch - name: type/patch
color: 'ffeC19' color: ffeC19
description: 'Small changes or fixes.' description: Small changes or fixes.
- name: type/minor - name: type/minor
color: 'ff9800' color: ff9800
description: 'Minor changes or improvements.' description: Minor changes or improvements.
- name: type/major - name: type/major
color: 'f6412d' color: f6412d
description: 'Major changes or new features.' description: Major changes or new features.
# Uncategorized # Uncategorized
- name: community - name: community
color: '370fb2' color: 370fb2
description: 'Issues or PRs submitted by community members requiring special attention.' description: Issues or PRs submitted by community members requiring special attention.
- name: hold - name: hold
color: 'ee0701' color: ee0701
description: 'Work is blocked or waiting for further input before proceeding.' description: Work is blocked or waiting for further input before proceeding.