-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
47 additions
and
47 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
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
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
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
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
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 |
---|---|---|
|
@@ -4,11 +4,11 @@ on: | |
workflow_dispatch: | ||
inputs: | ||
pr_target: | ||
description: 'PR Target Branch for Updated Translations' | ||
description: "PR Target Branch for Updated Translations" | ||
type: string | ||
default: 'main' | ||
default: "main" | ||
schedule: | ||
- cron: '0 0 * * 0' | ||
- cron: "0 0 * * 0" | ||
|
||
permissions: | ||
id-token: write | ||
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: '${{ inputs.pr_target || github.ref_name }}' | ||
ref: "${{ inputs.pr_target || github.ref_name }}" | ||
|
||
- name: Vault Login | ||
uses: Chia-Network/actions/vault/login@main | ||
|
@@ -64,14 +64,14 @@ jobs: | |
crowdin_branch_name: main | ||
localization_branch_name: ${{ env.localization_branch_name }} | ||
create_pull_request: true | ||
pull_request_title: 'New Crowdin Translations' | ||
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)' | ||
pull_request_title: "New Crowdin Translations" | ||
pull_request_body: "New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)" | ||
pull_request_base_branch_name: "${{ inputs.pr_target || 'main' }}" | ||
github_user_name: 'Chia Automation' | ||
github_user_email: '[email protected]' | ||
github_user_name: "Chia Automation" | ||
github_user_email: "[email protected]" | ||
gpg_private_key: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_KEY_RSA }} | ||
gpg_passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }} | ||
skip_ref_checkout: 'true' | ||
skip_ref_checkout: "true" | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Extract Strings for Translation | |
on: | ||
push: | ||
branches: | ||
- 'main' | ||
- "main" | ||
workflow_dispatch: | ||
|
||
permissions: | ||
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Setup Node 18.x | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '18.x' | ||
node-version: "18.x" | ||
|
||
- name: Set up commit signing | ||
uses: Chia-Network/actions/commit-sign/gpg@main | ||
|
@@ -45,13 +45,13 @@ jobs: | |
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
base: main | ||
body: 'Extracted latest strings from source' | ||
body: "Extracted latest strings from source" | ||
branch: string-updates | ||
commit-message: 'Extracted latest strings from source' | ||
commit-message: "Extracted latest strings from source" | ||
delete-branch: true | ||
reviewers: 'emlowe' | ||
assignees: 'emlowe' | ||
title: 'Latest Strings' | ||
token: '${{ secrets.GITHUB_TOKEN }}' | ||
committer: 'ChiaAutomation <[email protected]>' | ||
author: 'ChiaAutomation <[email protected]>' | ||
reviewers: "emlowe" | ||
assignees: "emlowe" | ||
title: "Latest Strings" | ||
token: "${{ secrets.GITHUB_TOKEN }}" | ||
committer: "ChiaAutomation <[email protected]>" | ||
author: "ChiaAutomation <[email protected]>" |
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
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