diff --git a/.github/workflows/crowdin-download.client-ui.yml b/.github/workflows/crowdin-download.client-ui.yml index 8821a4bba8..49dc6ddffe 100644 --- a/.github/workflows/crowdin-download.client-ui.yml +++ b/.github/workflows/crowdin-download.client-ui.yml @@ -217,7 +217,7 @@ jobs: GH_USERNAME: 'camperbot' GH_EMAIL: ${{ secrets.ACTIONS_CAMPERBOT_EMAIL }} GH_BRANCH: 'i18n-sync-client' - GH_MESSAGE: 'This PR was automagically generated by Crowdin.' + GH_MESSAGE: 'chore(i18n,client): processed translations' # Generate PR # # All languages should go ABOVE this. # diff --git a/.github/workflows/crowdin-download.curriculum.yml b/.github/workflows/crowdin-download.curriculum.yml index 7e234d46e4..7fbd3eb486 100644 --- a/.github/workflows/crowdin-download.curriculum.yml +++ b/.github/workflows/crowdin-download.curriculum.yml @@ -217,7 +217,7 @@ jobs: GH_USERNAME: 'camperbot' GH_EMAIL: ${{ secrets.ACTIONS_CAMPERBOT_EMAIL }} GH_BRANCH: 'i18n-sync-curriculum' - GH_MESSAGE: 'This PR was automagically generated by Crowdin.' + GH_MESSAGE: 'chore(i18n,learn): processed translations' # Generate PR # # All languages should go ABOVE this. # diff --git a/.github/workflows/crowdin-download.docs.yml b/.github/workflows/crowdin-download.docs.yml index e69eebce25..8741d98ca6 100644 --- a/.github/workflows/crowdin-download.docs.yml +++ b/.github/workflows/crowdin-download.docs.yml @@ -251,7 +251,7 @@ jobs: GH_USERNAME: 'camperbot' GH_EMAIL: ${{ secrets.ACTIONS_CAMPERBOT_EMAIL }} GH_BRANCH: 'i18n-sync-docs' - GH_MESSAGE: 'This PR was automagically generated by Crowdin.' + GH_MESSAGE: 'chore(i18n,docs): processed translations' # Generate PR # # All languages should go ABOVE this. # diff --git a/.github/workflows/crowdin-upload.curriculum.yml b/.github/workflows/crowdin-upload.curriculum.yml index a9c5169f49..a375016bd6 100644 --- a/.github/workflows/crowdin-upload.curriculum.yml +++ b/.github/workflows/crowdin-upload.curriculum.yml @@ -84,5 +84,6 @@ jobs: CROWDIN_API_URL: 'https://freecodecamp.crowdin.com/api/v2/' CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID_CURRICULUM }} CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_SERVICE_TOKEN }} + PLUGIN: 'unhide-string' FILE_NAME: 'react/use--for-a-more-concise-conditional.md' STRING_CONTENT: 'Use && for a More Concise Conditional'