From ea424b5288b985f183c30edefc96489f274aa7e7 Mon Sep 17 00:00:00 2001 From: Allan Szewczyk Date: Tue, 27 Feb 2024 16:05:09 +0900 Subject: [PATCH 1/3] chore: update French enroll in course button translation --- conf/locale/fr_CA/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/locale/fr_CA/LC_MESSAGES/django.po b/conf/locale/fr_CA/LC_MESSAGES/django.po index 0103811..082f079 100644 --- a/conf/locale/fr_CA/LC_MESSAGES/django.po +++ b/conf/locale/fr_CA/LC_MESSAGES/django.po @@ -33,7 +33,7 @@ msgstr "Ajouter à votre panier / Prix: " #: lms/templates/design-templates/pages/course-about/_course-about-01.html:20 msgid "Enroll in " -msgstr "S'inscrire au " +msgstr "S'inscrire au cours " #: lms/templates/design-templates/pages/dashboard/_dashboard-01.html:140 msgid "promote_course_catalog_text" From bc59b4a73dc5d11a616959a8e9035ada5b67f0a0 Mon Sep 17 00:00:00 2001 From: Allan Szewczyk Date: Tue, 27 Feb 2024 17:28:05 +0900 Subject: [PATCH 2/3] chore: update vsoch pull request action --- .github/workflows/sync_prod_with_main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync_prod_with_main.yml b/.github/workflows/sync_prod_with_main.yml index 863d7ef..f5bc6ef 100644 --- a/.github/workflows/sync_prod_with_main.yml +++ b/.github/workflows/sync_prod_with_main.yml @@ -9,9 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@1.0.12 + uses: vsoch/pull-request-action@1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH_PREFIX: "juniper/main" PULL_REQUEST_BRANCH: "juniper/prod" PULL_REQUEST_TITLE: "Update from `juniper/main` (production)" + PULL_REQUEST_BODY: | + This is an automated pull request to update `juniper/prod` with changes from `juniper/main`. + Please review the changes to make sure they're production ready. From aeeb40db02d4a6052411fc497e0a42aa7c707982 Mon Sep 17 00:00:00 2001 From: Allan Szewczyk Date: Tue, 27 Feb 2024 17:37:01 +0900 Subject: [PATCH 3/3] chore: update codeowners --- .github/CODEOWNERS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index daf2c1f..0b61f34 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,4 @@ # see: https://appsembler.atlassian.net/wiki/spaces/ED/pages/2227503161/CODEOWNERS -* @grozdanowski - -# default set of reviewers -* @grozdanowski @omarithawi @melvinsoft +# Codeowner and additional reviewers +* @jfaMan @daniilly @VladyslavTy