You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const commentWithoutHrefs = `This pull request contains changes to non-English content, which must be handled through the Crowdin platform instead of GitHub.`
61
-
const commentWithHrefs = `This pull request contains changes to non-English content files, which may need to be handled through the Crowdin platform instead of GitHub.
60
+
const commentWithoutHrefs = `This pull request contains changes to non-English content, which must also be handled through the Crowdin platform instead of only on GitHub.`
61
+
const commentWithHrefs = `This pull request contains changes to non-English content files, which may also need to be handled through the Crowdin platform instead of only on GitHub.
62
62
If these changes include _only_ changes to link `href` values (or other non-translated string segments), please disregard this message.`
63
63
await github.rest.issues.createComment({
64
64
...repo,
65
65
issue_number: prNumber,
66
-
body: `Thank you for your contribution, @${prAuthor}!
We value your suggestion, and for any non-English content updates we request that you check out [how to help us translate](https://ethereum.org/en/contributing/translation-program/#help-us-translate), and suggest these updates directly in [our Crowdin project](https://crowdin.com/project/ethereum-org) if possible, where they can be properly reviewed.
69
-
Please post here or join [our Discord](https://ethereum.org/discord) if you have questions!`
72
+
73
+
Please post here or join [our Discord](https://ethereum.org/discord) if you have questions!
0 commit comments