fix(i18n): update translations action to run once per week on sunday#2816
fix(i18n): update translations action to run once per week on sunday#2816waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR changes the i18n workflow from a push-triggered model (runs when documentation files change on staging) to a scheduled weekly model (runs every Sunday at midnight UTC). The changes include adding a dummy Key changes:
Issues found:
Confidence Score: 3/5
Important Files Changed
|
There was a problem hiding this comment.
Additional Comments (1)
-
.github/workflows/i18n.yml, line 120-123 (link)logic: The
verify-translationsjob's checkout is missingref: staging. The previous version (commit 51477c1) had this specified. Without it, the job may check out the wrong branch if the default branch changes, causing inconsistency with thetranslatejob which explicitly checks out staging.
1 file reviewed, 1 comment
Summary
DATABASE_URLto preventverify-translationsjob from failingType of Change
Testing
Tested manually
Checklist