How to get CI to trigger on Crowdin PRs #279
-
|
Thank you to the team for this action (and crowdin in general), it's awesome. I apologize if the answer to this question is somewhere else (docs / discussions / examples), I looked and either I missed it or just dont understand. In brief, our on:
pull_request:The issue is that CI does not run when Crowdin opens a PR, nor when it later force-pushes updates to the PR branch. I'm just unclear why this is. I've seen the PAT example for actions/checkout, and also some discussion around using
Appreciate any guidance — just want to ensure these translation PRs get the same CI as regular ones. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @shamoon, I didn't test the exact behavior of the |
Beta Was this translation helpful? Give feedback.
Hi @shamoon,
I didn't test the exact behavior of the
pull_request_targettrigger in this case, but adding a custom PAT should work. Please also check the related discussions in #34, #142, #221.