From 047c1c8f5fe56c415e008e05855fc0bcd3a0d8a6 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:48:33 -0700 Subject: [PATCH] fix: set BOT_COMMENT_MARKER to unique HTML comment to fix dedup check (#1675) Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/e1333deb-1db6-4175-963f-9f5035a1356b Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> --- .github/workflows/bug-report-analyzer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bug-report-analyzer.yml b/.github/workflows/bug-report-analyzer.yml index 12fb495b..17fc21db 100644 --- a/.github/workflows/bug-report-analyzer.yml +++ b/.github/workflows/bug-report-analyzer.yml @@ -37,7 +37,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: script: | - const BOT_COMMENT_MARKER = ''; + const BOT_COMMENT_MARKER = ''; const MODELS_API_URL = 'https://models.inference.ai.azure.com/chat/completions'; // ── tuneable constants ────────────────────────────────────────────