This is an automated email from the ASF dual-hosted git repository.

zhangliang2022 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 7939bd3c fix: missing label `type/bug` for bug report (#2219)
7939bd3c is described below

commit 7939bd3c74e68c744541794bbff9791010e19188
Author: Klesh Wong <[email protected]>
AuthorDate: Thu Jun 16 16:50:24 2022 +0800

    fix: missing label `type/bug` for bug report (#2219)
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 7c202105..39f14ebe 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -18,7 +18,7 @@
 name: Bug report
 title: "[Bug] [Module Name] Bug title "
 description: Problems and issues with code of Apache DevLake
-labels: [ "bug", "Waiting for reply" ]
+labels: type/bug
 body:
   - type: markdown
     attributes:

Reply via email to