forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ManageIQ#23192 from jrafanie/update_all_minor_changes
update_all minor changes
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,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 <[email protected]> | ||
committer: ManageIQ Bot <[email protected]> | ||
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 }} |