-
Notifications
You must be signed in to change notification settings - Fork 32
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
1,154 changed files
with
12,216 additions
and
18,335 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Auto-merge minor dependency updates | ||
|
||
on: pull_request | ||
|
||
permissions: | ||
pull-requests: write | ||
contents: write | ||
|
||
jobs: | ||
check-pull-request: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.actor == 'dependabot[bot]' }} | ||
steps: | ||
- name: Dependabot metadata | ||
id: metadata | ||
uses: dependabot/[email protected] | ||
with: | ||
github-token: "${{ secrets.GITHUB_TOKEN }}" | ||
- name: Approve | ||
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}} | ||
run: gh pr review --body "Automatic approval for minor dependency update." --approve "$PR_URL" | ||
env: | ||
PR_URL: ${{github.event.pull_request.html_url}} | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
- name: Merge | ||
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}} | ||
run: gh pr merge --auto --merge "$PR_URL" | ||
env: | ||
PR_URL: ${{github.event.pull_request.html_url}} | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Upload or update source files to Crowdin | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: true | ||
|
||
- name: Download Chinese (simplified) translations | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|
@@ -42,7 +42,7 @@ jobs: | |
config: crowdin.yaml | ||
|
||
- name: Download French translations | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|
@@ -60,7 +60,7 @@ jobs: | |
config: crowdin.yaml | ||
|
||
- name: Download German translations | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|
@@ -78,7 +78,7 @@ jobs: | |
config: crowdin.yaml | ||
|
||
- name: Download Indonesian translations | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|
@@ -96,7 +96,7 @@ jobs: | |
config: crowdin.yaml | ||
|
||
- name: Download Italian translations | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|
@@ -114,7 +114,7 @@ jobs: | |
config: crowdin.yaml | ||
|
||
- name: Download Te Reo Māori translations | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|
@@ -132,7 +132,7 @@ jobs: | |
config: crowdin.yaml | ||
|
||
- name: Download Turkish translations | ||
uses: crowdin/[email protected].6 | ||
uses: crowdin/[email protected].12 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|
Oops, something went wrong.