Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add support for subenvironments #565

Merged
merged 2 commits into from
Jan 8, 2023

Conversation

TomerHeber
Copy link
Collaborator

Solution

Part of subenvironment support effort #536.
In this PR I made some simple struct changes.

@eladmosh
Copy link
Contributor

eladmosh commented Jan 8, 2023

TF provider support

}

type WorkflowFile struct {
Environments map[string]WorkflowEnvironment `json:"environments"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about the name WorkflowEnvironment, the workflow file is a map between the its sub-environment aliases and the sub-environments.

@github-actions github-actions bot added ready to merge PR approved - can be merged once the PR owner is ready and removed pending final review labels Jan 8, 2023
@TomerHeber TomerHeber merged commit 22380a4 into main Jan 8, 2023
@TomerHeber TomerHeber deleted the feat-subenvironment-support-#536 branch January 8, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-client feature ready to merge PR approved - can be merged once the PR owner is ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants