diff --git a/.github/labeler.yml b/.github/labeler.yml index 6c02dc9b8da4..7d150e7f7832 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/*'] diff --git a/.github/labels.yml b/.github/labels.yml index 4b05593523a9..fbb90b6980c0 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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, ..."