ci: dispatch infrahub-sdk updates to infrahub-sync#1129
Merged
Conversation
infrahub-sync now ships update-infrahub-sdk.yml listening for the trigger-infrahub-sdk-python-update repository_dispatch event, so add it to the release fan-out matrix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying infrahub-sdk-python with
|
| Latest commit: |
bf8ecc9
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c6b67d56.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://chore-add-infrahub-sync-sdk.infrahub-sdk-python.pages.dev |
dgarros
approved these changes
Jul 3, 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.
infrahub-sync now ships
.github/workflows/update-infrahub-sdk.yml, which listens for therepository_dispatch: trigger-infrahub-sdk-python-updateevent, bumpsinfrahub-sdk[all]via uv, and opens a PR. The SDK release fan-out did not target it, so those bumps never fired.This adds
opsmill/infrahub-syncas a literal entry to therepository-dispatchjob matrix (grouped with the other first-partyopsmill/repos). Literalowner/repovalues are used directly; secret-named entries are looked up as secrets.- "opsmill/infrahub-demo-dc" + - "opsmill/infrahub-sync" - "INFRAHUB_CUSTOMER1_REPOSITORY"🤖 Generated with Claude Code
Summary by cubic
Add opsmill/infrahub-sync to the repository-dispatch fan-out so SDK release events trigger its update workflow. This ensures it auto-bumps
infrahub-sdk[all]via uv and opens a PR like other first-party repos.Written for commit bf8ecc9. Summary will update on new commits.