Selaa lähdekoodia

add support-bot config

Guy Carmeli 6 vuotta sitten
vanhempi
commit
f27f339e67
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14
    0
      .github/support.yaml

+ 14
- 0
.github/support.yaml Näytä tiedosto

@@ -0,0 +1,14 @@
1
+# Configuration for support-requests - https://github.com/dessant/support-requests
2
+
3
+# Label used to mark issues as support requests
4
+supportLabel: "type: question/stack overflow"
5
+# Comment to post on issues marked as support requests. Add a link
6
+# to a support page, or set to `false` to disable
7
+supportComment: >
8
+  We use the issue tracker exclusively for bug reports and feature requests.
9
+  This issue appears to be a general usage or support question. 
10
+  Instead, please ask a question on Stack Overflow with the `react-native-navigation` tag.
11
+# Whether to close issues marked as support requests
12
+close: true
13
+# Whether to lock issues marked as support requests
14
+lock: false