From 54317be92f3e6c41f3b3102dfdd5330edf9446d0 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Mon, 10 Jan 2022 06:38:40 -0800 Subject: [PATCH] fix(.github): more workflow tweaks (#44741) * chore: commit messages * fix: add plugin name --- .github/workflows/crowdin-download.client-ui.yml | 2 +- .github/workflows/crowdin-download.curriculum.yml | 2 +- .github/workflows/crowdin-download.docs.yml | 2 +- .github/workflows/crowdin-upload.curriculum.yml | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) 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'