From 522395822bcf9671bccb09d8533b57eeb29a114e Mon Sep 17 00:00:00 2001 From: peter-evans Date: Wed, 23 Feb 2022 06:21:08 +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 77ba7a1..f4a2a38 100644 --- a/dist/index.js +++ b/dist/index.js @@ -966,7 +966,7 @@ class GitHubHelper { core.info(`Fetching existing pull request`); const { data: pulls } = yield this.octokit.rest.pulls.list(Object.assign(Object.assign({}, this.parseRepository(baseRepository)), { state: 'open', head: headBranch, base: inputs.base })); core.info(`Attempting update of pull request`); - const { data: pull } = yield this.octokit.rest.pulls.update(Object.assign(Object.assign({}, this.parseRepository(baseRepository)), { pull_number: pulls[0].number, title: inputs.title, body: inputs.body, draft: inputs.draft })); + const { data: pull } = yield this.octokit.rest.pulls.update(Object.assign(Object.assign({}, this.parseRepository(baseRepository)), { pull_number: pulls[0].number, title: inputs.title, body: inputs.body })); core.info(`Updated pull request #${pull.number} (${headBranch} => ${inputs.base})`); return { number: pull.number, diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..744ae39 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1645597267