chore: update agents to toolbox v1.7.0 - #14
Merged
Merged
Conversation
Brings the GitHub App configuration, which lets ci-doctor open the pull requests it exists to open. GITHUB_TOKEN may not write under .github/workflows/ -- that permission is App-only -- so until now the doctor would diagnose a broken workflow and then fail to propose the fix, falling back to an issue with a manual link. Also catches this repository up on everything since its pin: the portable upstream fetch, the line-ending fixes, and change detection that reads the index rather than the working tree.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Actualiza los agentes a
v1.7.0, que trae la configuración de la GitHub App.Lo que desbloquea
ci-doctorya puede abrir los PRs para los que existe.GITHUB_TOKENno puede escribir bajo.github/workflows/—ese permiso es exclusivo de Apps— así que hasta ahora el doctor habría diagnosticado un workflow roto y luego fallado al proponer el arreglo, cayendo a una issue con enlace manual.No se había notado porque sus invocaciones fueron todas
skipped: nada ha fallado enmaindesde que se instaló.Y pone al día el pin
Este repo arrastraba varias releases. Recoge de paso el fetch portable a Windows, los arreglos de finales de línea, y la detección de cambios que lee el índice en vez del árbol de trabajo — el que evitaba publicar un NuGet cada mes sin motivo.
🤖 Generated with Claude Code