python / python/python-docs-es
Agregar ejecución condicional a nuestros PR checks
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 371
- Forks
- 413
- PR merge metrics
- No merged PRs in 30d
Description
Contexto
Durante la transmisión para migrar a 3.13, identificamos una oportunidad de mejora en la ejecución de nuestros Github Actions, deberíamos de poder limitarlos dependiendo de la extensión y la intención del PR.
Lista de Actions actuales:
### Tasks
- [ ] Entradas sin traducción debe ejecutarse solo cuando revisemos cambios en `.po` files
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the repository's current GitHub Actions workflows and find the check for untranslated entries. Determine how the workflows currently respond to pull request changes, then make the check run only when .po files are modified. Done means the check is skipped for unrelated changes and runs for relevant translation changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100