actions-marketplace-validations/action-crowdin-json-contributor-list-fork
Automate acknowledging translators and proofreaders to your open-source projects in Crowdin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| max_contributors | Only the specified amount of contributors will be shown | no | 30 |
| min_words_contributed | Minimum words contributed (both translated and approved) | no | 100 |
| contributors_per_line | Maximum number of columns for the contributors table | no | 7 |
| image_size | Size (in px) of the user's avatar | no | 100 |
| crowdin_project_link | Crowdin project link will be added after the contributors' table | no | — |
| files | Array of files to update | no | README.md |
| placeholder_start | Placeholder that marks the start of the contributors table | no | <!-- CROWDIN-CONTRIBUTORS-START --> |
| placeholder_end | Placeholder that marks the end of the contributors table | no | <!-- CROWDIN-CONTRIBUTORS-END --> |
Outputs
| name | description |
|---|---|
| contributors_table | Generated table with contributors |