Skip to content

ryu-cho

ryu-cho #25758

Workflow file for this run

name: ryu-cho
on:
# Schedule the interval of the checks.
schedule:
- cron: '*/5 * * * *'
jobs:
ryu-cho:
name: Ryu Cho
runs-on: ubuntu-latest
steps:
- uses: vuejs-translations/ryu-cho@v1
with:
# GitHub access token. Required.
access-token: ${{ secrets.RYU_CHO_ACCESS_TOKEN }}
# Git user name to use when making issues and PRs. Required.
username: ${{ secrets.RYU_CHO_USERNAME }}
# Git email address to use when making issues and PRs. Required.
email: ${{ secrets.RYU_CHO_EMAIL }}
# The url for the upstream repo. This is the repository that you
# set up Ryu-Cho. Required.
upstream-repo: https://github.com/monterail/vue3-docs-pl.git
# The branch for the upstream repo. Optional. Defaults to `main`.
upstream-repo-branch: main
# The head repo to track. This is the repository you want to
# take a diff. Required.
head-repo: https://github.com/vuejs/docs
# The branch for the head repo. Optional. Defaults to `main`.
head-repo-branch: main
# The git commit sha of head repo to start tracking. Ryu-Cho will
# only track commit from this hash. Required.
track-from: e7f3f317143bdff25c57ac1ffe4328ca70a76d9a
# GitHub workflow name that runs Ryu-Cho. This is required since
# Ryu-Cho determines the last run by looking into last workflow
# run timestamp. Optional. Defaults to `ryu-cho`.
workflow-name: ryu-cho