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

Commit a2a811a

Browse files
committed
fix(reviews): show repo 'full_name' for comment
1 parent 24dbbb4 commit a2a811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/listener.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export const messenger = controller => {
260260
break;
261261
}
262262
convo.say({
263-
text: `Review ${payload.action} for *${payload.pull_request.base.repo.name}* by *${
263+
text: `Review ${payload.action} for *${payload.pull_request.base.repo.full_name}* by *${
264264
payload.sender.login
265265
}*:`,
266266
attachments: [

0 commit comments

Comments
 (0)