mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-26 22:56:26 +08:00
actions
This commit is contained in:
22372
dist/index.js
vendored
22372
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user