We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e323bf commit efc3485Copy full SHA for efc3485
1 file changed
.github/workflows/copilot-issue.yml
@@ -22,6 +22,6 @@ jobs:
22
owner: context.repo.owner,
23
repo: context.repo.repo,
24
title: '${{ inputs.title }}',
25
- assignees: ['copilot']
+ assignees: ['copilot-swe-bot']
26
});
27
core.notice(`Created issue #${issue.data.number}: ${issue.data.html_url}`);
0 commit comments