From 02c5e44c4de386dbe0d590b2e4cbc2857a6d41d9 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Thu, 16 Dec 2021 08:56:35 -0800 Subject: [PATCH 1/2] Run translation workflow once a day (#23765) Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com> --- .github/workflows/create-translation-batch-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-translation-batch-pr.yml b/.github/workflows/create-translation-batch-pr.yml index c18a2d19d3..06a5b990e7 100644 --- a/.github/workflows/create-translation-batch-pr.yml +++ b/.github/workflows/create-translation-batch-pr.yml @@ -11,7 +11,7 @@ name: Create translation Batch Pull Request on: workflow_dispatch: schedule: - - cron: '25 */6 * * *' # Every six hours + - cron: '02 17 * * *' # Once a day at 17:02 UTC / 9:02 PST permissions: contents: write From 65db364ef1ebb8e522f1e76d3292cc54e4497903 Mon Sep 17 00:00:00 2001 From: Grace Park Date: Thu, 16 Dec 2021 09:09:35 -0800 Subject: [PATCH 2/2] remove avatar for accessibility (#23706) --- components/landing/GuideCard.tsx | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/components/landing/GuideCard.tsx b/components/landing/GuideCard.tsx index c564a0c1ae..fd94c2f416 100644 --- a/components/landing/GuideCard.tsx +++ b/components/landing/GuideCard.tsx @@ -20,33 +20,6 @@ export const GuideCard = ({ guide }: Props) => { />