This commit is contained in:
Minsu Lee
2019-10-16 19:52:24 +09:00
parent da27848435
commit bcc10a1fc4
2 changed files with 11187 additions and 11187 deletions

22372
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -24,7 +24,7 @@ async function run() {
const comments = await octokit.issues.listComments({
...context.repo,
issue_number: context.payload.pull_request.number
})
});
const zeitPreviewURLComment = comments.find(comment =>
comment.body.startsWith("Deploy preview for _website_ ready!")