feat: Add GitHub Environments support with feature flag architecture - #2
Open
ljuboops257 wants to merge 3 commits into
Open
feat: Add GitHub Environments support with feature flag architecture#2ljuboops257 wants to merge 3 commits into
ljuboops257 wants to merge 3 commits into
Conversation
ljuboops257
force-pushed
the
test-env
branch
9 times, most recently
from
November 12, 2025 23:20
a27a776 to
cf437da
Compare
ljuboops257
force-pushed
the
test-env
branch
20 times, most recently
from
November 14, 2025 22:56
a139185 to
e1313ce
Compare
ljuboops257
force-pushed
the
test-env
branch
11 times, most recently
from
November 18, 2025 18:35
b271735 to
e5a7ae9
Compare
ljuboops257
force-pushed
the
test-env
branch
6 times, most recently
from
November 18, 2025 20:01
51d2bab to
22b4ef1
Compare
ljuboops257
force-pushed
the
test-env
branch
from
November 18, 2025 20:03
22b4ef1 to
cbbc616
Compare
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.
Add GitHub Environment Support with Improved Deployment Policy Structure
This PR adds support for GitHub repository environments and introduces a cleaner, more intuitive deployment policy structure throughout the codebase.
Key Changes
🚀 New Feature: GitHub Environments
🎛️ Feature Flag System
📝 Environment Configuration Structure
🔧 Implementation Details
Importer Changes:
Terraform Changes:
📚 Documentation
How to Use
🔄 Migration
Testing
Important Notes
This PR adds GitHub environment support as a new, feature-flagged capability that can be gradually rolled out without affecting existing workflows.
References