github-action icon indicating copy to clipboard operation
github-action copied to clipboard

A GitHub action to manage and synchronize localization resources with your Crowdin project

Results 21 github-action issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Trying to cleanup orphaned crowdin branches when PRs are merged/closed, but it fails if the branch name contains a space: ``` STARTING CROWDIN ACTION REMOVING BRANCH [prefix]...

bug
good first issue

Hey Team, I am adding the Github Actions to upload resources and get this error, **Describe the bug** UPLOAD SOURCES ❌ Fetching project info ❌ Failed to collect project info....

bug
CLI

Hey team, I don't really know if this exactly an issue, but it doesn't feel right to me. I have a crowdin project with the folowing structure, with different source...

question

**Describe the bug** I used `pull_request_base_branch_name: "develop"` to make a PR into develop branch automatically. But GitHub Actions showed me the message below and the PE is always into `main`...

question

When using the Github action to upload a single source file I receive an error: "No sources found for 'home/runner/work/libpalaso/libpalaso/Palaso.en.xlf' pattern. Check the source paths in your configuration file" **To...

bug
CLI

**Is your feature request related to a problem? Please describe.** When I run the Crowdin action with `upload_sources: true` with new strings added into my source file. But in the...

enhancement
API limitation

**Describe the bug** When a fresh PR/branch is created by the action it seems to use the provided `GITHUB_TOKEN` so the owner of the token is displayed as creator of...

bug
help wanted

**Is your feature request related to a problem? Please describe.** When a translation PR comes through, it's attributed to just Crowdin Bot, which is a tad unfair on the actual...

enhancement
API limitation

**Is your feature request related to a problem? Please describe.** From what I can tell at the moment you have one of 2 options: download all languages, or download a...

enhancement
good first issue
hacktoberfest

I'm not sure if that is possible what I try to achieve. I have this configuration, ```yaml - name: crowdin task uses: crowdin/[email protected] with: download_translations: true push_translations: false create_pull_request: true...

enhancement
API limitation