[internal] Fix use of ellipsis#1245
Conversation
btw, I've been using claude code for creating and maintaining prs in bullk across repos. Works quite well. You need to rebase, recent work introduced authentication to the ci report upload logic |
Claude is creating those scripts, but I don't trust Claude for ongoing use. I want it to be deterministic so I can blindly trust it. I also want to fix bugs as I find them, to get something super smooth. This kind of smooth https://youtu.be/MiUHjLxm3V0?si=0B1xzz96MKuDfSvO&t=815 😁 Ok, the script works. In this case, I'm creating PRs because I want people to learn how to correctly use |
I found that in many cases it can't be deterministic as there are subtle differences between repos. |
Bundle size reportBundle size will be reported once CircleCI build #27359 finishes. Status: 🟠 Processing... Check out the code infra dashboard for more information about this PR. |
Ah, yes, the new script I'm testing here https://github.com/oliviertassinari/mui-olivier-tools/blob/master/scripts/propagate-create-prs.sh, is only automating the creation of PRs from the working tree. For a blind replication of the git diff itself, I have a different script #1230 (comment). If there are subtle differences between repositories, I hope that this will help find them and make them identical 😁. |
65ac7a8 to
9c4d3de
Compare
|
This pull request has been inactive for 30 days. Please remove the stale label or leave a comment to keep it open. Otherwise, it will be closed in 15 days. |
Same as mui/base-ui#3633.
I'm using this to refine https://github.com/oliviertassinari/mui-olivier-tools/blob/master/scripts/propagate-create-prs.sh.