rotationalio/file-rumi
This action monitors file-based translation status of static site projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 14, 2021
- License
- Apache 2.0
Pinned Snippet
uses: rotationalio/rumi-actions@372c282caf734f5d7086870f94d96e7cbbd33486 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| which_rumi | file for file-based rumi and msg for msg-based rumi. | yes | — |
| repo_path | Path to the repository for translation monitoring. | yes | — |
| branch | Name of the branch to read the github history from. | no | main |
| content_paths | Paths from the root of the repository to the directory that contains contents for translation | no | content |
| extensions | Extensions of the target files for translation monitoring. | no | .md |
| target_files | Additional target files outside content_path and extensions. | no | "" |
| pattern | Pattern in which the static site repository is organized (folder/ or .lang). | yes | — |
| langs | Target languages to monitor for translation, e.g. "en zh ja" | no | "" |
| src_lang | Default source language. | no | en |
| detail_src_lang | Source language to display the translation details. | no | "" |
| detail_tgt_lang | Target language to display the translation details. | no | "" |
| stats_mode | Whether to checkout the stats output. | no | True |
| details_mode | Whether to checkout the details output. | no | True |
| use_cache | Whether to use caching mechanism. | no | True |
Outputs
no outputs