mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 09:03:27 -05:00
fix(tools): silence the bot (#47585)
This commit is contained in:
7
.github/workflows/no-prs-to-translation.yml
vendored
7
.github/workflows/no-prs-to-translation.yml
vendored
@@ -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.'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user