We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58916be commit 1853c10Copy full SHA for 1853c10
.github/workflows/assign-copilot-reviewer.yml
@@ -43,11 +43,11 @@ jobs:
43
});
44
45
const copilotBot = actorsResult.repository.suggestedActors.nodes.find(
46
- node => node.login === 'copilot-swe-agent'
+ node => node.login === 'copilot-pull-request-reviewer'
47
);
48
49
if (!copilotBot) {
50
- core.setFailed('Copilot coding agent is not enabled for this repository');
+ core.setFailed('Copilot pull request reviewer is not enabled for this repository');
51
return;
52
}
53
0 commit comments