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')