mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 14:57:59 +00:00
fix: update GitHub Actions workflows and add Kurdish translation
- Update deprecated actions: - actions/checkout@v2 -> v4 - actions-rs/toolchain@v1 -> dtolnay/rust-toolchain@stable - peter-evans/find-comment@v2 -> v3 - tibdex/github-app-token@v1 -> v2 - peter-evans/repository-dispatch@v2 -> v3 - Temporarily disable appium-mobile-tests trigger (PAT_TOKEN needs workflow scope) - Add Kurdish (Kurmancî) translation (values-ku/strings.xml) - 1996 strings translated from English - Key UI terms in Kurdish (Wallet=Cîzdan, Account=Hesab, etc.) - Update Pezkuwi branding images Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
is_rc: ${{ steps.check_ref.outputs.ref_contains_rc }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check if "rc" or "hotfix" is present in github.ref
|
||||
id: check_ref
|
||||
run: |
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Find Comment
|
||||
uses: peter-evans/find-comment@v2
|
||||
uses: peter-evans/find-comment@v3
|
||||
id: fc
|
||||
with:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
VERSION=${VERSION/hotfix/rc} # Replace "hotfix" with "rc"
|
||||
echo "version=${VERSION#*rc/}" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: tibdex/github-app-token@v1
|
||||
- uses: tibdex/github-app-token@v2
|
||||
id: generate-token
|
||||
with:
|
||||
app_id: ${{ secrets.PR_APP_ID }}
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
run: python .github/scripts/pr_comment_extract_data.py
|
||||
|
||||
- name: Create new branch and file in pezkuwi-wallet-android-releases repo
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ steps.generate-token.outputs.token }}
|
||||
repository: pezkuwichain/pezkuwi-wallet-android-releases
|
||||
|
||||
Reference in New Issue
Block a user