From c1566f291656ab9b856c3ad0647730cc2f29f517 Mon Sep 17 00:00:00 2001 From: tristanlatr <19967168+tristanlatr@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:49:18 -0500 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/pydoctor_primer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pydoctor_primer.yaml b/.github/workflows/pydoctor_primer.yaml index a4c5f61da..0c08a468c 100644 --- a/.github/workflows/pydoctor_primer.yaml +++ b/.github/workflows/pydoctor_primer.yaml @@ -94,7 +94,7 @@ jobs: if (data.trim()) { body = 'Diff from [pydoctor_primer](https://github.com/tristanlatr/pydoctor_primer), showing the effect of this PR on open source code:\n```diff\n' + data + '```' } else { - body = "According to [pydoctor_primer](https://github.com/tristanlatr/pydoctor_primer), this change doesn't affect type pydoctor output on a corpus of open source code. ✅" + body = "According to [pydoctor_primer](https://github.com/tristanlatr/pydoctor_primer), this change doesn't affect pydoctor warnings on a corpus of open source code. ✅" } const ev = JSON.parse( fs.readFileSync(process.env.GITHUB_EVENT_PATH, 'utf8')