Skip to content

Commit c2ec4ab

Browse files
committed
Update assignee in issue creation workflow to use 'copilot-swe-agent'
1 parent ce50394 commit c2ec4ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
owner: context.repo.owner,
2323
repo: context.repo.repo,
2424
title: '${{ inputs.title }}',
25-
assignees: ['copilot-swe-bot']
25+
assignees: ['copilot-swe-agent']
2626
});
2727
core.notice(`Created issue #${issue.data.number}: ${issue.data.html_url}`);

0 commit comments

Comments
 (0)