Skip to content

Commit a070dc2

Browse files
authored
tools: remove busted GH workflow (#1119)
And use `type` instead of `labels` for `bug` and `enhancement`
1 parent 9ec91c8 commit a070dc2

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 🐛 Bug Report
22
description: Report a reproducible bug or regression.
3-
labels: ['bug', 'Status: Unconfirmed']
3+
type: bug
4+
labels: ['Status: Unconfirmed']
45
title: 'Bug: '
56
body:
67
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 💎 Feature Request
22
description: Request a new feature or enhancement
3-
labels: ['enhancement']
3+
type: enhancement
4+
labels: []
45
title: 'Feature Request: '
56
body:
67
- type: markdown

.github/workflows/project.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)