fix(tools): translation workflow (#43666)
This commit is contained in:
committed by
GitHub
parent
182aee555e
commit
ea7acba786
4
.github/workflows/no-prs-to-translation.yml
vendored
4
.github/workflows/no-prs-to-translation.yml
vendored
@ -21,14 +21,14 @@ jobs:
|
||||
script: |
|
||||
if (context.payload.pull_request.user.login !== "camperbot") {
|
||||
core.setFailed('This PR appears to touch translated curriculum files.')
|
||||
github.issues.createComment({
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: "Thanks for your pull-request.\n\nWe are no longer accepting changes to the non-English versions of files in parts of this codebase. This pull-request seems to change some of those. Please visit [our contributing guidelines](https://contribute.freecodecamp.org) to learn more about translating freeCodeCamp's resources.\n\nAs always, we value all of your contributions.\n\nHappy contributing!\n\n---\n_**Note:** This message was automatically generated by a bot. If you feel this message is in error or would like help resolving it, feel free to reach us [in our contributor chat](https://chat.freecodecamp.org/channel/contributors)._"
|
||||
})
|
||||
} else {
|
||||
github.issues.createComment({
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
Reference in New Issue
Block a user