mypy_primer: post a more informative message (#4719)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-10-26 23:47:59 -07:00
committed by GitHub
parent fc171339ce
commit 25b3004ad8

View File

@@ -49,7 +49,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Diff from mypy_primer:\n```\n' + data + '\n```'
body: 'Diff from [mypy_primer](https://github.com/hauntsaninja/mypy_primer), showing the effect of this PR on open source code:\n```diff\n' + data + '```'
})
} catch (error) {
console.log(error)