label-commenter-config.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Reply Bot Configuration
  2. # See https://github.com/peaceiris/actions-label-commenter
  3. labels:
  4. #######################################################################
  5. # Bot Response: Web Console
  6. #######################################################################
  7. - name: bot-reply Web Console
  8. labeled:
  9. issue:
  10. body: |
  11. You can use the [Web Console](https://jomjol.github.io/AI-on-the-edge-device/index.html) to get USB log from the device.
  12. The USB log contains more information about the startup and operation of the device than the normal Web UI log
  13. discussion:
  14. body: |
  15. You can use the [Web Console](https://jomjol.github.io/AI-on-the-edge-device/index.html) to get USB log from the device.
  16. The USB log contains more information about the startup and operation of the device than the normal Web UI log
  17. #######################################################################
  18. # Bot Response: Rolling Build
  19. #######################################################################
  20. - name: bot-reply Rolling Build
  21. labeled:
  22. issue:
  23. body: |
  24. You can use the latest [Automatic Build](https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling) of the the `rolling` branch. It might already contain a fix for your issue.
  25. Pick the most top passing entry (it has a green circle with a tick in it), then scoll down to the **Artifacts** and download the file named `update_*`.
  26. discussion:
  27. body: |
  28. You can use the latest [Automatic Build](https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling) of the the `rolling` branch. It might already contain a fix for your issue.
  29. Pick the most top passing entry (it has a green circle with a tick in it), then scoll down to the **Artifacts** and download the file named `update_*`.