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 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. 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"