Fix issue template label not getting applied (#1428)

This PR *should* fix our issue templates not working correctly.

Before: No label was getting assigned to feature requests.
After: We add the 'enhancement' label to them.

### Change Type

- [x] `patch` — Bug Fix
This commit is contained in:
Lu Wilson 2023-05-24 12:31:34 +01:00 committed by GitHub
parent 0375b5d86d
commit 89428edffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: Feature request
description: File a feature request
title: '[Feature]: '
labels: ['feature', 'triage']
labels: ['enhancement']
assignees: []
body:
- type: markdown