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:
parent
f0001417ed
commit
10bbac640a
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@ -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
15
.github/labels.yml
vendored
@ -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, ..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user