Skip to content

Commit 1853c10

Browse files
committed
fix
1 parent 58916be commit 1853c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/assign-copilot-reviewer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
});
4444
4545
const copilotBot = actorsResult.repository.suggestedActors.nodes.find(
46-
node => node.login === 'copilot-swe-agent'
46+
node => node.login === 'copilot-pull-request-reviewer'
4747
);
4848
4949
if (!copilotBot) {
50-
core.setFailed('Copilot coding agent is not enabled for this repository');
50+
core.setFailed('Copilot pull request reviewer is not enabled for this repository');
5151
return;
5252
}
5353

0 commit comments

Comments
 (0)