Pull requests for translation downloads don't get created until push #237
Answered
by
andrii-bodnar
RandomEngy
asked this question in
Q&A
|
It appears that the recommended upload/download action only gets run when something is pushed to the branch. That means if you do some work on Crowdin and a bunch of new translations are ready, they don't create a pull request until you make some other push to the branch to kick it off. My workflow, for reference. Is there a way to manually poke the action into creating a pull request without needing to push to the branch? |
Answered by
andrii-bodnar
Jun 24, 2024
Replies: 1 comment 2 replies
|
There are a number of ways to trigger the translation synchronization (push to branch, cron, manually, webhook, etc). See the Triggers examples for more details. |
2 replies
Answer selected by
RandomEngy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a number of ways to trigger the translation synchronization (push to branch, cron, manually, webhook, etc).
See the Triggers examples for more details.