Skip to content

Commit 98398c1

Browse files
danielmeppielDaniel MeppielCopilot
authored
ci(panels): pin target=copilot for pr-review-panel and triage-panel (#1192)
Both panels run on the gh-aw default Copilot CLI engine, so they only need the 'copilot' layout from the apm package. Pinning target=copilot (via the new shared/apm.md input from #1184) ships a slim per-harness bundle instead of installing all seven harnesses on every panel run. This also side-steps the cowork-in-all crash that hit the apm self-check (run 25511043293) before #1191 landed; the panels now explicitly request a single supported harness, so an experimental target leaking into 'all' could not regress these workflows again. Co-authored-by: Daniel Meppiel <copilot-rework@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d2733bf commit 98398c1

4 files changed

Lines changed: 30 additions & 28 deletions

File tree

.github/workflows/pr-review-panel.lock.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pr-review-panel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ permissions:
8787
imports:
8888
- uses: shared/apm.md
8989
with:
90+
target: copilot
9091
packages:
9192
- microsoft/apm#main
9293

.github/workflows/triage-panel.lock.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/triage-panel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ permissions:
9898
imports:
9999
- uses: shared/apm.md
100100
with:
101+
target: copilot
101102
packages:
102103
- microsoft/apm#main
103104

0 commit comments

Comments
 (0)