google/comprehensive-rust
Vedi su GitHubAdd CI job that ensures every translation builds
Open
#2539 aperta il 4 gen 2025
enhancementgood first issue
Metriche repository
- Star
- (32.954 star)
- Metriche merge PR
- (Merge medio 9g 23h) (36 PR mergiate in 30 g)
Descrizione
Currently, I have to add each language individually to the branch protection rules for main. This a problem since we can merge PRs which fail later when building the translations for publishing.
I think we can handle this by adding a new CI job which waits on every translation and only succeeds when they all succeed.
Originally posted by @mgeisler in https://github.com/google/comprehensive-rust/issues/2531#issuecomment-2571282773