@@ -35,6 +35,7 @@ public void run(String... args) {
3535 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (BIG_CATEGORY , "backend" ));
3636 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (BIG_CATEGORY , "machine-learning" ));
3737 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (BIG_CATEGORY , "web" ));
38+ addIfNotExist (tagsToInsert , existingTagNames , Tag .of (BIG_CATEGORY , "etc" ));
3839
3940 // MAJOR_CATEGORY
4041 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MAJOR_CATEGORY , "django" ));
@@ -46,6 +47,7 @@ public void run(String... args) {
4647 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MAJOR_CATEGORY , "node.js" ));
4748 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MAJOR_CATEGORY , "react" ));
4849 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MAJOR_CATEGORY , "react-native" ));
50+ addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MAJOR_CATEGORY , "etc" ));
4951
5052 // MIDDLE_CATEGORY
5153 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MIDDLE_CATEGORY , "css" ));
@@ -56,6 +58,7 @@ public void run(String... args) {
5658 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MIDDLE_CATEGORY , "haskell" ));
5759 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MIDDLE_CATEGORY , "python" ));
5860 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MIDDLE_CATEGORY , "c" ));
61+ addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MIDDLE_CATEGORY , "etc" ));
5962
6063 // MINOR_CATEGORY
6164 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MINOR_CATEGORY , "null-pointer-exception" , "NullPointerException" ));
@@ -71,6 +74,7 @@ public void run(String... args) {
7174 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MINOR_CATEGORY , "404-error" , "404 Not Found" ));
7275 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MINOR_CATEGORY , "permission-error" , "Permission Error" ));
7376 addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MINOR_CATEGORY , "out-of-memory" , "OutOfMemoryError" ));
77+ addIfNotExist (tagsToInsert , existingTagNames , Tag .of (MINOR_CATEGORY , "etc" , "보기에 없는 에러 태그를 선택합니다." ));
7478
7579
7680 if (!tagsToInsert .isEmpty ()) {
0 commit comments