From 25b3004ad87bd9add77763d6a838094bfcbc05a6 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 26 Oct 2020 23:47:59 -0700 Subject: [PATCH] mypy_primer: post a more informative message (#4719) Co-authored-by: hauntsaninja <> --- .github/workflows/mypy_primer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 48ef8ec25..ece6e9f24 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -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)