From 638f7110c1c141294a3e92f5745a2000e0be8735 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Wed, 18 Sep 2024 11:09:34 -0400 Subject: [PATCH 1/3] Assign me on these update_all PRs --- .github/workflows/locale_update_all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/locale_update_all.yaml b/.github/workflows/locale_update_all.yaml index 3b25d741bbd..e6a0ab368af 100644 --- a/.github/workflows/locale_update_all.yaml +++ b/.github/workflows/locale_update_all.yaml @@ -53,6 +53,7 @@ jobs: author: ManageIQ Bot committer: ManageIQ Bot delete-branch: true + assignees: jrafanie labels: internationalization push-to-fork: miq-bot/manageiq title: Update English Translations ${{github.event.repository.updated_at}} From 0ad23375a03dd6a2cc165cc84447df928f022878 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Wed, 18 Sep 2024 11:10:52 -0400 Subject: [PATCH 2/3] Update ruby-version and create-pull-request version --- .github/workflows/locale_update_all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/locale_update_all.yaml b/.github/workflows/locale_update_all.yaml index e6a0ab368af..6f894209ef8 100644 --- a/.github/workflows/locale_update_all.yaml +++ b/.github/workflows/locale_update_all.yaml @@ -33,7 +33,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.0" + ruby-version: "3.1" bundler-cache: true timeout-minutes: 30 - name: Prepare dependencies @@ -43,7 +43,7 @@ jobs: - name: Run locale:update_all run: bundle exec rake locale:update_all - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: add-paths: | locale/manageiq.pot From 71dab71adbc4b3dad256d19e22ab2eb4dd3830f0 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Wed, 18 Sep 2024 11:11:34 -0400 Subject: [PATCH 3/3] Drop datetime from the commit and PR title --- .github/workflows/locale_update_all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/locale_update_all.yaml b/.github/workflows/locale_update_all.yaml index 6f894209ef8..6ef73cee925 100644 --- a/.github/workflows/locale_update_all.yaml +++ b/.github/workflows/locale_update_all.yaml @@ -48,7 +48,7 @@ jobs: add-paths: | locale/manageiq.pot locale/en/manageiq.po - commit-message: Update English Translations ${{github.event.repository.updated_at}} + commit-message: Update English Translations branch: update_english_translations author: ManageIQ Bot committer: ManageIQ Bot @@ -56,6 +56,6 @@ jobs: assignees: jrafanie labels: internationalization push-to-fork: miq-bot/manageiq - title: Update English Translations ${{github.event.repository.updated_at}} + title: Update English Translations body: Update the English Translations in the manageiq.po and manageiq.pot files. token: ${{ secrets.PR_TOKEN }}