From c878e9ffec528ad160c28595c9407904519cd612 Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:54:42 +0200 Subject: [PATCH] github: Add new labels, e.g. `Good first issue` Some other new labels were added by dependabot and are now synced to labels.yml --- .github/labeler.yml | 2 +- .github/labels.yml | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) 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, ..."