Skip to content

Commit

Permalink
Swap update strings workflow to assign to Earle
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Feb 23, 2024
1 parent f215842 commit a72d637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: Chia-Network/actions/git-mark-workspace-safe@main

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: '${{ inputs.pr_target || github.ref_name }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: node:18
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Vault Login
uses: Chia-Network/actions/vault/login@main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/extract-strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
branch: string-updates
commit-message: 'Extracted latest strings from source'
delete-branch: true
reviewers: 'paninaro'
assignees: 'paninaro'
reviewers: 'emlowe'
assignees: 'emlowe'
title: 'Latest Strings'
token: '${{ secrets.GITHUB_TOKEN }}'
committer: 'ChiaAutomation <[email protected]>'
Expand Down

0 comments on commit a72d637

Please sign in to comment.