Sfoglia il codice sorgente

added label action

CaCO3 2 anni fa
parent
commit
ebc9be4a28
1 ha cambiato i file con 14 aggiunte e 1 eliminazioni
  1. 14 1
      .github/label-commenter-config.yml

+ 14 - 1
.github/label-commenter-config.yml

@@ -3,7 +3,20 @@
 # Make sure to also add the response to .github/workflows/reply-bot.yml!
 # Make sure to also add the response to .github/workflows/reply-bot.yml!
 # Due to the way it works, you have to add each response twice, once for the issue, once for the discussions!
 # Due to the way it works, you have to add each response twice, once for the issue, once for the discussions!
   
   
- labels:     
+ labels:
+  #######################################################################
+  # Bot Response: ROI setup
+  #######################################################################
+  - name: bot-reply ROI Setup
+    labeled:
+      issue:
+          body: |
+            Make sure to setup your ROIs properly. Have a look on our documentation: https://jomjol.github.io/AI-on-the-edge-device-docs/ROI-Configuration/#how-to-setup-the-digit-rois-perfectly
+      discussion:
+          body: |
+            Make sure to setup your ROIs properly. Have a look on our documentation: https://jomjol.github.io/AI-on-the-edge-device-docs/ROI-Configuration/#how-to-setup-the-digit-rois-perfectly
+
+
   #######################################################################
   #######################################################################
   # Bot Response: Logfile
   # Bot Response: Logfile
   #######################################################################
   #######################################################################