fix(tools): Removed commas from Yaml file (#41426)

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
Randell Dawson
2021-03-09 10:24:28 -07:00
committed by GitHub
parent 75dc001aea
commit 5063b1104e
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'