mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
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>
This commit is contained in:
parent
4854c72584
commit
047c1c8f5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bug-report-analyzer.yml
vendored
2
.github/workflows/bug-report-analyzer.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
script: |
|
||||
const BOT_COMMENT_MARKER = '';
|
||||
const BOT_COMMENT_MARKER = '<!-- meshtastic-bug-analyzer -->';
|
||||
const MODELS_API_URL = 'https://models.inference.ai.azure.com/chat/completions';
|
||||
|
||||
// ── tuneable constants ────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue