Skip to content

Commit af8ca2b

Browse files
committed
feat: assign 'copilot-swe-agent' to upstream-sync issues upon creation
1 parent 87cfd3b commit af8ca2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134
'{
135135
title: $title,
136136
body: $body,
137-
labels: ["upstream-sync"]
137+
labels: ["upstream-sync"],
138+
assignees: ["copilot-swe-agent"]
138139
}')
139140
140141
# Create the issue

0 commit comments

Comments
 (0)