Synchronization Workflow for Private Staging Repository#2971
Open
Synchronization Workflow for Private Staging Repository#2971
Conversation
samuel40791765
approved these changes
Jan 29, 2026
Contributor
samuel40791765
left a comment
There was a problem hiding this comment.
This is really nice
| deploy_environment_type: DeployEnvironmentType, | ||
| pipeline: pipelines.CodePipeline, | ||
| source: pipelines.CodePipelineSource, | ||
| source: pipelines.CodePipelineFileSet, |
Contributor
There was a problem hiding this comment.
Minor question: What's the difference between Source and FileSet here?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2971 +/- ##
==========================================
- Coverage 78.48% 78.29% -0.19%
==========================================
Files 689 689
Lines 120840 120839 -1
Branches 16979 16973 -6
==========================================
- Hits 94838 94614 -224
- Misses 25108 25333 +225
+ Partials 894 892 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
torben-hansen
approved these changes
Jan 29, 2026
sgmenda
approved these changes
Mar 6, 2026
Contributor
|
@skmcgrail can I merge this? |
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.
Description
Adds a workflow that will only actually execute in our private staging fork. Essentially it will take care of providing a daily synchronization mechanism for branches over to that fork. It will also allow for an on-demand workflow dispatch using the GitHub UI if you require a more up to date branch. This also transitions the CDK pipeline to actually always trigger on new commits. This might require recreation of the pipeline stack itself, as I believe the AWS CodeConnections links is not a good state after some actions taken a few months back in September.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.