From 546210be4ef92756042a3c5a266de3284dfedc9b Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:04:55 -0700 Subject: [PATCH] Add `run-name` to bug-report-analysis workflow (#1671) * Initial plan * Add run-name to bug-report-analysis workflow Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/07120f74-0e40-4631-b636-062a5b39d021 Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> --------- 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-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bug-report-analysis.yml b/.github/workflows/bug-report-analysis.yml index 25b263fd..3aa42f55 100644 --- a/.github/workflows/bug-report-analysis.yml +++ b/.github/workflows/bug-report-analysis.yml @@ -1,4 +1,5 @@ name: 🐞 Bug Report Analyzer +run-name: "🐞 Bug Analysis for Issue #${{ github.event.issue.number || inputs.issue_number }}" on: issues: