Skip to content

Commit

Permalink
Fix GitHub PR link in get-github-info (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored and Noviny committed Jun 2, 2019
1 parent a59450c commit a14f163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/orange-years-guess/changes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"releases": [{ "name": "@changesets/get-github-info", "type": "patch" }],
"dependents": []
}
1 change: 1 addition & 0 deletions .changeset/orange-years-guess/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix GitHub PR link
2 changes: 1 addition & 1 deletion packages/get-github-info/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export async function getInfo(request) {
pull:
data === null
? null
: `[#${data.number}](https://github.com/${request.repo}/pulls/${
: `[#${data.number}](https://github.com/${request.repo}/pull/${
data.number
})`,
user:
Expand Down

0 comments on commit a14f163

Please sign in to comment.