Skip to content

Commit d90170d

Browse files
authored
Try to set bot reviewer (#7327)
Part of #7027
1 parent 5905da1 commit d90170d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/github/pullRequestModel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,7 @@ export class PullRequestModel extends IssueModel<PullRequest> implements IPullRe
11111111
pullRequestId: this.graphNodeId,
11121112
teamIds: teamReviewers.map(t => t.id),
11131113
userIds: reviewers.filter(r => r.accountType !== AccountType.Bot).map(r => r.id),
1114+
botIds: reviewers.filter(r => r.accountType === AccountType.Bot).map(r => r.id),
11141115
union
11151116
},
11161117
},

0 commit comments

Comments
 (0)