Browse Source

replace labels with issue type

see https://github.blog/changelog/2025-01-13-evolving-github-issues-public-preview/#organize-your-work-with-issue-types
[ci skip]
Sebastian Stenzel 2 weeks ago
parent
commit
70b0413777
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/bug.yml
  2. 1 1
      .github/ISSUE_TEMPLATE/feature.yml

+ 1 - 1
.github/ISSUE_TEMPLATE/bug.yml

@@ -1,6 +1,6 @@
 name: Bug Report
 description: Create a report to help us improve
-labels: ["type:bug"]
+type: "Bug"
 body:
   - type: input
     id: summary

+ 1 - 1
.github/ISSUE_TEMPLATE/feature.yml

@@ -1,6 +1,6 @@
 name: Feature Request
 description: Suggest an idea for this project
-labels: ["type:feature-request"]
+type: "Feature"
 body:
   - type: input
     id: summary