-
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.
Swap update strings workflow to assign to Earle
- Loading branch information
1 parent
f215842
commit a72d637
Showing
3 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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]>' | ||
|