Selaa lähdekoodia

Fix needs more info label

Alexandru Dima 5 vuotta sitten
vanhempi
commit
bc8541448a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/needs_more_info.yml

+ 1 - 1
.github/needs_more_info.yml

@@ -1,6 +1,6 @@
 {
 {
     daysUntilClose: 7,
     daysUntilClose: 7,
-    needsMoreInfoLabel: 'needs more info',
+    needsMoreInfoLabel: 'needs-more-info',
     perform: true,
     perform: true,
     closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
     closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
 }
 }