From a49d3ee55cf1b40a0a67bfbffcc495a7a1a5e58b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 17:00:20 -0500 Subject: [PATCH] [Localization] Pulling New Localization Translations 907724314 (#11845) * [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests * more debugging 2 * try more debugging * changing to create new branch * forgot to update the depends on * adding soft-fail * soft-fail -> soft_fail Co-authored-by: Manuel de la Pena Co-authored-by: Rolf Bjarne Kvinge Co-authored-by: tj_devel709 Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com> --- .github/workflows/localization_branch_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/localization_branch_sync.yml b/.github/workflows/localization_branch_sync.yml index 4159a6eb3295..8ebd89dbe025 100644 --- a/.github/workflows/localization_branch_sync.yml +++ b/.github/workflows/localization_branch_sync.yml @@ -51,7 +51,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branches: AutomatingLocalizationGHATest2 - soft-fail: true + soft_fail: true recreate_localization_branch: name: 'Create the Localization branch'