diff --git a/dist/index.js b/dist/index.js index 14193bf..0a288f4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -988,7 +988,7 @@ class GitHubHelper { // Apply assignees if (inputs.assignees.length > 0) { core.info(`Applying assignees '${inputs.assignees}'`); - yield this.octokit.issues.addAssignees(Object.assign(Object.assign({}, this.parseRepository(baseRepository)), { issue_number: pull.number, labels: inputs.assignees })); + yield this.octokit.issues.addAssignees(Object.assign(Object.assign({}, this.parseRepository(baseRepository)), { issue_number: pull.number, assignees: inputs.assignees })); } // Request reviewers and team reviewers const requestReviewersParams = {}; diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..040b1e8 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1612915389