fix(tools): silence the bot (#47585)

This commit is contained in:
Naomi Carrigan 2022-09-22 09:34:49 -07:00 committed by GitHub
parent fba4d99ff4
commit 1204faf641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.'
})
}