We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github.rest.*
1 parent 66b47e0 commit f1198e6Copy full SHA for f1198e6
1 file changed
.github/workflows/assign-bot.yml
@@ -34,7 +34,7 @@ jobs:
34
35
if (!isFromPulls && commentBody && commentBody.indexOf("/assign") == 0) {
36
if (!issue.assignees || issue.assignees.length === 0) {
37
- await github.issues.addAssignees({
+ await github.rest.issues.addAssignees({
38
owner: issue.owner,
39
repo: issue.repo,
40
issue_number: issue.number,
0 commit comments