github: Add new labels, e.g. Good first issue

Some other new labels were added by dependabot and are now synced to labels.yml
This commit is contained in:
ColorfulRhino 2024-07-10 00:54:42 +02:00 committed by August
parent f0001417ed
commit 10bbac640a
2 changed files with 13 additions and 4 deletions

2
.github/labeler.yml vendored
View File

@ -26,7 +26,7 @@
- changed-files:
- any-glob-to-any-file: ['packages/**/*']
"Actions scripts":
"GitHub Actions":
- all:
- changed-files:
- any-glob-to-any-file: ['.github/workflows/**/*']

15
.github/labels.yml vendored
View File

@ -22,6 +22,9 @@
- name: "Bugfix"
color: "F92C01"
description: "Pull request is fixing a bug"
- name: "Dependencies"
color: "0366d6"
description: "Pull requests that update a dependency"
- name: "Discussion"
color: "EDFFE3"
description: "Being discussed - Voice your opinions :)"
@ -31,9 +34,15 @@
- name: "Feature Request"
color: "1aac63"
description: "Feature suggestion"
- name: "Good first issue"
color: "ffb3ff"
description: "Feel free to contribute :) "
- name: "Not framework bug"
color: "CD456C"
description: "Bug in 3rd party component"
- name: "Python"
color: "2b67c6"
description: "Pull requests that update Python code "
- name: "User error"
color: "CD456C"
description: "A mistake that is made by the user"
@ -54,16 +63,16 @@
description: "Graphical user interface"
- name: "Hardware"
color: "bfd4f2"
description: "Hardware related - kernel, u-boot, patches"
description: "Hardware related like kernel, U-Boot, ..."
- name: "Framework"
color: "bfd4f2"
description: "Framework components"
- name: "BSP"
color: "bfd4f2"
description: "Board Support Packages"
- name: "Actions scripts"
- name: "GitHub Actions"
color: "bfd4f2"
description: "GitHub Actions scripts"
description: "GitHub Actions code"
- name: "GitHub"
color: "bfd4f2"
description: "GitHub-related changes like labels, templates, ..."