Skip to content

Commit f0eae1b

Browse files
committed
change assigneeIds with actorIds
1 parent 67c452b commit f0eae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/using-github-copilot/coding-agent/using-copilot-to-work-on-an-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can assign an issue to {% data variables.product.prodname_copilot_short %} b
103103

104104
```graphql copy
105105
mutation {
106-
replaceActorsForAssignable(input: {assignableId: "ISSUE_ID", assigneeIds: ["BOT_ID"]}) {
106+
replaceActorsForAssignable(input: {assignableId: "ISSUE_ID", actorIds: ["BOT_ID"]}) {
107107
assignable {
108108
... on Issue {
109109
id

0 commit comments

Comments
 (0)