From d4471aeb27bbeeae7c8267f7a3a3e18e7a679983 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 18 Jul 2024 19:23:01 +0000 Subject: [PATCH] refactor(workflows): update labels used in bug report/feature request templates --- .github/ISSUE_TEMPLATE/BugReport.yml | 2 +- .github/ISSUE_TEMPLATE/FeatureRequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml index 4ed2c03ee..321fb2230 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yml +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -1,6 +1,6 @@ name: Bug Report description: Something's not working right in python-libjuju? Use this template. -labels: [bug] +labels: [kind/bug] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yml b/.github/ISSUE_TEMPLATE/FeatureRequest.yml index 52c175866..be196b263 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yml @@ -1,6 +1,6 @@ name: Feature Request description: You want something to be added to python-libjuju? Proceed with this one. -labels: [wishlisted] +labels: [kind/wishlist] body: - type: markdown attributes: