[openwrt/openwrt] github: add labels to bug-report issue to better identify type

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 21 10:40:21 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d4c583a2baaa3289171337cc9d2b4b2da670629e

commit d4c583a2baaa3289171337cc9d2b4b2da670629e
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sun Apr 21 18:23:30 2024 +0200

    github: add labels to bug-report issue to better identify type
    
    Add labels to bug-report issue to better identify type.
    Also introduce label to-triage to better handle issue by CI actions.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 2ec7b7d7d8..59109dbc5f 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -2,6 +2,8 @@ name: Bug report
 description: Create a bug report to help us improve
 labels:
   - bug
+  - bug-report
+  - to-triage
 body:
   - type: textarea
     id: description




More information about the lede-commits mailing list