Skip to content

Commit

Permalink
Merge pull request #23192 from jrafanie/update_all_minor_changes
Browse files Browse the repository at this point in the history
update_all minor changes
  • Loading branch information
Fryguy committed Sep 18, 2024
2 parents 07182cf + 71dab71 commit f89d7d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/locale_update_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,18 +43,19 @@ 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
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 <bot@manageiq.org>
committer: ManageIQ Bot <bot@manageiq.org>
delete-branch: true
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 }}

0 comments on commit f89d7d8

Please sign in to comment.