From 15aa1f94581e48cc0e416bc390d40fa3a118ebb1 Mon Sep 17 00:00:00 2001 From: peter-evans Date: Wed, 10 Feb 2021 00:03:09 +0000 Subject: [PATCH] [CI] test committed --- dist/index.js | 2 +- report.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 report.txt 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