Skip to content

Commit 5a17392

Browse files
Copilotheiskr
andauthored
fix: pin @github/copilot to deterministic version in changelog-agent workflow (#62357)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 3425fd5 commit 5a17392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412

413413
- name: Install GitHub Copilot CLI
414414
if: steps.check_parent.outputs.has_parent == 'true' && steps.check_existing.outputs.exists == 'false'
415-
run: npm install -g @github/copilot
415+
run: npm install -g @github/copilot@1.0.71
416416

417417
- name: Generate changelog draft via Copilot
418418
if: steps.check_parent.outputs.has_parent == 'true' && steps.check_existing.outputs.exists == 'false'

0 commit comments

Comments
 (0)