Skip to content

Commit

Permalink
github: Add new labels, e.g. Good first issue
Browse files Browse the repository at this point in the history
Some other new labels were added by dependabot and are now synced to labels.yml
  • Loading branch information
ColorfulRhino committed Jul 9, 2024
1 parent 54aeaf2 commit c878e9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*']
Expand Down
15 changes: 12 additions & 3 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)"
Expand All @@ -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"
Expand All @@ -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, ..."
Expand Down

0 comments on commit c878e9f

Please sign in to comment.