From eaf74a18685881601fd1f9393e1182ec92cd7f35 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Wed, 2 Jun 2021 12:49:02 -0400 Subject: [PATCH] Fixes #19773 - Add a needs:review label to the automatic String Sync PRs (#19774) --- .github/workflows/sync-strings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-strings.yml b/.github/workflows/sync-strings.yml index 6578c36a1..932f4a1d5 100644 --- a/.github/workflows/sync-strings.yml +++ b/.github/workflows/sync-strings.yml @@ -39,3 +39,4 @@ jobs: branch: automation/sync-strings-${{ steps.fenix-beta-version.outputs.major-beta-version }} title: "Sync Strings from master to releases_${{steps.fenix-beta-version.outputs.fenix-beta-version}}.0" body: "This (automated) PR syncs strings from `master` to `releases_${{steps.fenix-beta-version.outputs.fenix-beta-version}}.0.0`" + labels: needs:review