Skip to content

Commit 63c1e21

Browse files
committed
fix: update weekly upstream sync workflow to include assign_to_agent functionality
1 parent b5af3c6 commit 63c1e21

2 files changed

Lines changed: 65 additions & 11 deletions

File tree

.github/workflows/weekly-upstream-sync.lock.yml

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

.github/workflows/weekly-upstream-sync.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ tools:
2424
safe-outputs:
2525
create-issue:
2626
title-prefix: "[upstream-sync] "
27-
assignees: [copilot]
2827
labels: [upstream-sync]
2928
close-issue:
3029
required-labels: [upstream-sync]
@@ -33,7 +32,9 @@ safe-outputs:
3332
add-comment:
3433
target: "*"
3534
max: 10
36-
noop:
35+
assign-to-agent:
36+
name: "copilot"
37+
target: "*"
3738
---
3839
# Weekly Upstream Sync Agentic Workflow
3940
This document describes the `weekly-upstream-sync.yml` GitHub Actions workflow, which automates the detection of new changes in the official [Copilot SDK](https://github.com/github/copilot-sdk) and delegates the merge work to the Copilot coding agent.

0 commit comments

Comments
 (0)