see https://github.blog/changelog/2025-01-13-evolving-github-issues-public-preview/#organize-your-work-with-issue-types [ci skip]
@@ -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
name: Feature Request
description: Suggest an idea for this project
-labels: ["type:feature-request"]
+type: "Feature"