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
pull/1454/head
Lu Wilson 2023-05-24 12:31:34 +01:00 zatwierdzone przez GitHub
rodzic 0375b5d86d
commit 89428edffc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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