Skip to content

Commit 4faee7b

Browse files
authored
fix: label auto-adding after label rename (antonbabenko#226)
1 parent 7a8c6e1 commit 4faee7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report_docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: Local installation bug report
2+
name: Docker bug report
33
about: Create a bug report
44
labels:
5-
- kind/bug
5+
- bug
66
- area/docker
77
---
88

.github/ISSUE_TEMPLATE/bug_report_local_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: Docker bug report
2+
name: Local installation bug report
33
about: Create a bug report
44
labels:
5-
- kind/bug
5+
- bug
66
- area/local_installation
77
---
88

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
labels:
5-
- kind/feature
5+
- feature
66
---
77

88
<!--

0 commit comments

Comments
 (0)