label-commenter-config.yml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # Reply Bot Configuration
  2. # See https://github.com/peaceiris/actions-label-commenter
  3. # Make sure to also add the response to .github/workflows/reply-bot.yml!
  4. # Due to the way it works, you have to add each response twice, once for the issue, once for the discussions!
  5. labels:
  6. #######################################################################
  7. # Bot Response: Documentation
  8. #######################################################################
  9. - name: bot-reply Documentation
  10. labeled:
  11. issue:
  12. body: |
  13. Please have a look on our documentation: https://jomjol.github.io/AI-on-the-edge-device-docs
  14. discussion:
  15. body: |
  16. Please have a look on our documentation: https://jomjol.github.io/AI-on-the-edge-device-docs
  17. #######################################################################
  18. # Bot Response: ROI setup
  19. #######################################################################
  20. - name: bot-reply ROI Setup
  21. labeled:
  22. issue:
  23. body: |
  24. 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
  25. discussion:
  26. body: |
  27. 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
  28. #######################################################################
  29. # Bot Response: Logfile
  30. #######################################################################
  31. - name: bot-reply Logfile
  32. labeled:
  33. issue:
  34. body: |
  35. Please provide a logfile!
  36. Make sure to first enable the `DEBUG` level in `Settings->Configuration->Debug->Logfile Log Level`!
  37. Then wait until the issue arises again.
  38. When you copy the log into here, please make sure to use **Fenced code blocks** by wrapping it into separate lines with ` ``` `, see https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks
  39. discussion:
  40. body: |
  41. Please provide a logfile!
  42. Make sure to first enable the `DEBUG` level in `Settings->Configuration->Debug->Logfile Log Level`!
  43. Then wait until the issue arises again.
  44. When you copy the log into here, please make sure to use **Fenced code blocks** by wrapping it into separate lines with ` ``` `, see https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks
  45. #######################################################################
  46. # Bot Response: Web Console
  47. #######################################################################
  48. - name: bot-reply Web Console
  49. labeled:
  50. issue:
  51. body: |
  52. You can use the [Web Console](https://jomjol.github.io/AI-on-the-edge-device/index.html) to get USB log from the device.
  53. The USB log contains more information about the startup and operation of the device than the normal Web UI log
  54. When you copy the log into herm, please make sure to use **Fenced code blocks** by wrapping it into separate lines with ` ``` `, see https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks
  55. discussion:
  56. body: |
  57. You can use the [Web Console](https://jomjol.github.io/AI-on-the-edge-device/index.html) to get USB log from the device.
  58. The USB log contains more information about the startup and operation of the device than the normal Web UI log
  59. When you copy the log into herm, please make sure to use **Fenced code blocks** by wrapping it into separate lines with ` ``` `, see https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks
  60. #######################################################################
  61. # Bot Response: Properly Format Code
  62. #######################################################################
  63. - name: bot-reply Properly Format Code
  64. labeled:
  65. issue:
  66. body: |
  67. Please make sure to use **Fenced code blocks** by wrapping it into separate lines with ` ``` `, see https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks
  68. This makes your code or log much easier to read!
  69. discussion:
  70. body: |
  71. Please make sure to use **Fenced code blocks** by wrapping it into separate lines with ` ``` `, see https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks
  72. This makes your code or log much easier to read!
  73. #######################################################################
  74. # Bot Response: Web Installer
  75. #######################################################################
  76. - name: bot-reply Web Installer
  77. labeled:
  78. issue:
  79. body: |
  80. You can use the [Web Installer](https://jomjol.github.io/AI-on-the-edge-device/index.html) install the firmware onto the ESP32.
  81. discussion:
  82. body: |
  83. You can use the [Web Installer](https://jomjol.github.io/AI-on-the-edge-device/index.html) install the firmware onto the ESP32.
  84. #######################################################################
  85. # Bot Response: Rolling Build
  86. #######################################################################
  87. - name: bot-reply Rolling Build
  88. labeled:
  89. issue:
  90. body: |
  91. You can try the latest [Automatic Build](https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling+event%3Apush) of the the `rolling` or any other branch. It might already contain a fix for your issue.
  92. See the [documentation](https://jomjol.github.io/AI-on-the-edge-device-docs/rolling-installation) for additional information.
  93. discussion:
  94. body: |
  95. You can try the latest [Automatic Build](https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling+event%3Apush) of the the `rolling` or any other branch. It might already contain a fix for your issue.
  96. See the [documentation](https://jomjol.github.io/AI-on-the-edge-device-docs/rolling-installation) for additional information.
  97. #######################################################################
  98. # Bot Response: Show Trained Digits/Pointers
  99. #######################################################################
  100. - name: bot-reply Show Trained Digits/Pointers
  101. labeled:
  102. issue:
  103. body: |
  104. See [Digital Digits](https://jomjol.github.io/neural-network-digital-counter-readout) resp. [Analogue Pointers](https://jomjol.github.io/neural-network-analog-needle-readout) for an overview of all trained data.
  105. If your type is not contained it can be added to our training material, see [here](https://jomjol.github.io/AI-on-the-edge-device-docs/collect-new-images/).
  106. discussion:
  107. body: |
  108. See [Digital Digits](https://jomjol.github.io/neural-network-digital-counter-readout) resp. [Analogue Pointers](https://jomjol.github.io/neural-network-analog-needle-readout) for an overview of all trained data.
  109. If your type is not contained it can be added to our training material, see [here](https://jomjol.github.io/AI-on-the-edge-device-docs/collect-new-images/).