From 5063b1104e7b0841f26e74e59f067b218f427665 Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Tue, 9 Mar 2021 10:24:28 -0700 Subject: [PATCH] fix(tools): Removed commas from Yaml file (#41426) Co-authored-by: Nicholas Carrigan (he/him) --- .github/workflows/crowdin-i18n-curriculum-download.yml | 2 +- .github/workflows/crowdin-i18n-docs-download..yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-i18n-curriculum-download.yml b/.github/workflows/crowdin-i18n-curriculum-download.yml index 554462e72f..963ff94595 100644 --- a/.github/workflows/crowdin-i18n-curriculum-download.yml +++ b/.github/workflows/crowdin-i18n-curriculum-download.yml @@ -99,7 +99,7 @@ jobs: branch: 'i18n-sync-learn' owner-repo: 'freeCodeCamp/freeCodeCamp' base: 'main' - title: 'chore(i18n,learn): processed translations', + title: 'chore(i18n,learn): processed translations' body: 'This PR was opened auto-magically by Crowdin.' labels: 'crowdin-sync, scope: i18n, scope: learn' reviewers: 'RandellDawson, nhcarrigan' diff --git a/.github/workflows/crowdin-i18n-docs-download..yml b/.github/workflows/crowdin-i18n-docs-download..yml index 520c6655a0..854b59f8b8 100644 --- a/.github/workflows/crowdin-i18n-docs-download..yml +++ b/.github/workflows/crowdin-i18n-docs-download..yml @@ -132,7 +132,7 @@ jobs: branch: 'i18n-sync-docs' owner-repo: 'freeCodeCamp/freeCodeCamp' base: 'main' - title: 'chore(i18n,docs): processed translations', + title: 'chore(i18n,docs): processed translations' body: 'This PR was opened auto-magically by Crowdin.' labels: 'crowdin-sync, scope: i18n, scope: docs' reviewers: 'RandellDawson, nhcarrigan'