From 209b51b7ee61c1eeebf030d94c2bbd9d1f4b9f44 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 18 Apr 2026 22:29:25 +0000 Subject: [PATCH] Merge origin/main into 2.7.10: bug-report-analyzer fixes, deep-link docs, CarPlay README section Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/578f5736-a071-4a3d-86b2-9f6f0533ab98 Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> --- .github/workflows/bug-report-analyzer.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 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 ──────────────────────────────────────────── diff --git a/README.md b/README.md index afa87698..c8170756 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Use these Siri voice commands on CarPlay to interact with Meshtastic: - **Incoming Message Notifications** — Siri announces incoming Meshtastic messages when Announce Notifications is enabled - **Conversation History** — Sent and received messages appear in CarPlay Messages for quick access + ## Release Process For more information on how a new release of Meshtastic is managed, please refer to [RELEASING.md](./RELEASING.md)