feat: auto-open devnet PR in infra-kubernetes on release#279
Merged
Conversation
After a successful Docker build on a v* tag, open a PR in ChainSafe/infra-kubernetes bumping canton-middleware-api image tag for validator-dev1. Refs ChainSafe/infrastructure-general#1246 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
force-with-lease on a freshly-created local branch with no upstream tracking ref is unreliable — use plain git push -u origin instead. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
=======================================
Coverage ? 30.69%
=======================================
Files ? 130
Lines ? 10056
Branches ? 0
=======================================
Hits ? 3087
Misses ? 6702
Partials ? 267
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
- Enable allow_auto_merge on infra-kubernetes repo - Add gh pr merge --auto --squash after PR creation - Split pr create and pr merge to avoid masking merge failures Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
sadiq1971
approved these changes
May 22, 2026
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.
Summary
Adds a new
open-devnet-prjob to the existing release workflow. After a successful Docker build on av*tag, it automatically opens a PR inChainSafe/infra-kubernetesbumping thecanton-middleware-apiimage tag forvalidator-dev1.How it works:
v*), runs afterbuild-and-pushsucceedsinfra-kubernetesusingINFRA_GH_TOKENsecretcanton-middleware-api.image.tagviayqchore/bump-canton-middleware-api-<version>Safeguards:
v0.0.0pattern) to prevent injection--force-with-leasepush + graceful PR duplicate handlingRequired secret:
INFRA_GH_TOKEN— already added to this repo.Closes ChainSafe/infrastructure-general#1246
🤖 Generated with Claude Code