Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 560f64f

Browse files
committed
ok
1 parent c428090 commit 560f64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async function onPullRequestReviewSubmit({repository, review, pull_request}) {
159159
owner: config.org,
160160
repo: repository.name,
161161
issue_number: pull_request.number,
162-
body: `Please make requested changes. After it, add a comment "/done". \nI'll ask for a new review :ghost:`
162+
body: `Please make the requested changes. After it, add a comment "/done". \nThen I'll ask for a new review :ghost:`
163163
});
164164

165165
}

0 commit comments

Comments
 (0)