Skip to content

Commit

Permalink
Fix PR URL
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Sep 18, 2018
1 parent 8f5d1e7 commit dee3b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export = (app: Application) => {

const issue = context.issue();

context.log('PR=' + 'https://github.com/' + issue.owner + '/' + issue.repo + '/' + issue.number);
context.log('PR=' + 'https://github.com/' + issue.owner + '/' + issue.repo + '/pull/' + issue.number);

const files = await context.github.pullRequests.getFiles(issue);

Expand Down

0 comments on commit dee3b24

Please sign in to comment.