Skip to content

Commit

Permalink
Merge branch 'main' into upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-nematpour committed Nov 26, 2023
2 parents 20730b6 + 0636035 commit d8e7c00
Show file tree
Hide file tree
Showing 108 changed files with 3,095 additions and 2,753 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/autosync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Auto Sync

on:
schedule:
- cron: '0 0 * * *' # At 00:00. https://crontab.guru/
workflow_dispatch: # on button click

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
upstream_repository: vuejs/docs
upstream_branch: main
target_repository: vuejs-translations/docs-fa
target_branch: upstream
force: false
tags: false
24 changes: 24 additions & 0 deletions .github/workflows/ryu-cho.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ryu-cho

on:
schedule:
- cron: '*/5 * * * *'
workflow_dispatch: # on button click

jobs:
ryu-cho:
name: Ryu Cho
runs-on: ubuntu-latest
steps:
- uses: vuejs-translations/ryu-cho@v1
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.RYU_CHO_USER_NAME }}
email: ${{ secrets.RYU_CHO_USER_EMAIL }}
upstream-repo: https://github.com/vuejs-translations/docs-fa.git
upstream-repo-branch: main
head-repo: https://github.com/vuejs/docs
head-repo-branch: main
track-from: ca5f159ab3ab80fb5b2122a98bc0f428eec4cb8d
# path-starts-with: src/
workflow-name: ryu-cho
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ src/api/index.json
src/examples/data.json
src/tutorial/data.json
draft.md
.vercel
Loading

0 comments on commit d8e7c00

Please sign in to comment.