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)