diff --git a/.github/workflows/no-prs-to-translation.yml b/.github/workflows/no-prs-to-translation.yml index 9b40ba97b00..0122cc6b226 100644 --- a/.github/workflows/no-prs-to-translation.yml +++ b/.github/workflows/no-prs-to-translation.yml @@ -34,11 +34,4 @@ jobs: }) } else if (isDev.status === 200) { core.setFailed('This PR appears to touch translated curriculum files, but since you are on the dev team there is no message.'); - } else { - github.rest.issues.createComment({ - issue_number: context.issue.number, - owner: context.repo.owner, - repo: context.repo.repo, - body: 'WAIT! This message serves as a sanity check. You should *only* see this message if the PR was created as part of a Crowdin download action.' - }) }