fix: label auto-adding after label rename (#226)

This commit is contained in:
Maksym Vlasov 2021-09-15 13:57:58 +02:00 committed by GitHub
commit 4faee7b12b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
--- ---
name: Local installation bug report name: Docker bug report
about: Create a bug report about: Create a bug report
labels: labels:
- kind/bug - bug
- area/docker - area/docker
--- ---

View file

@ -1,8 +1,8 @@
--- ---
name: Docker bug report name: Local installation bug report
about: Create a bug report about: Create a bug report
labels: labels:
- kind/bug - bug
- area/local_installation - area/local_installation
--- ---

View file

@ -2,7 +2,7 @@
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
labels: labels:
- kind/feature - feature
--- ---
<!-- <!--