ci: Use date-based branch names for toxgen PRs#5704
Merged
sentrivana merged 2 commits intomasterfrom Mar 19, 2026
Merged
Conversation
Instead of always reusing the same "toxgen/update" branch, create a new branch per run with the date appended (e.g. "toxgen/update-03-19"). Same-day reruns overwrite the branch via force push. The PR-closing logic now finds all open PRs from any toxgen/ branch, not just the current one. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
alexander-alderman-webb
approved these changes
Mar 19, 2026
Contributor
Codecov Results 📊✅ 13 passed | Total: 13 | Pass Rate: 100% | Execution Time: 7.77s All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 14366 uncovered lines. Generated by Codecov Action |
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.
Reusing the
toxgen/updatebranch can get annoying, especially since it needs manual babysitting (empty commit to trigger CI). Let's use distinct names instead.Summary
toxgen/updatebranch, the "Update test matrix" workflow now creates a date-based branch (e.g.toxgen/update-03-19).toxgen/branch, not just the current one.Test plan
toxgen/update-MM-DD