feat(action): sync inputs with github-action-atmos-affected-stacks#57
Merged
johncblandii merged 4 commits intomainfrom Mar 6, 2026
Merged
feat(action): sync inputs with github-action-atmos-affected-stacks#57johncblandii merged 4 commits intomainfrom
johncblandii merged 4 commits intomainfrom
Conversation
Add missing inputs from the upstream atmos-affected-stacks action: base-ref, identity, atmos-include-spacelift-admin-stacks, atmos-include-dependents, atmos-include-settings, atmos-stack, nested-matrices-count, skip-process-functions, and skip-process-templates. Expose matrix output. Update jq-version default from 1.6 to 1.7. Closes #56
The base_path was set to "./tests" but since atmos.yaml is already inside the tests/ directory and ATMOS_CLI_CONFIG_PATH points to it, newer atmos resolves this as tests/tests/ which doesn't exist.
The base_path change from "./tests" to "." causes atmos to report component_path as "components/terraform/test" instead of "tests/components/terraform/test".
Benbentwo
approved these changes
Mar 5, 2026
|
These changes were released in v2.1.2. |
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
Sync all missing inputs from
github-action-atmos-affected-stacksso users can fully customizeatmos describe affectedbehavior.Closes #56
Changes
New inputs (9)
skip-process-functions— skip processing Atmos functions (inverted to upstreamprocess-functions)skip-process-templates— skip processing Atmos templates (inverted to upstreamprocess-templates)atmos-include-spacelift-admin-stacks— previously hardcoded totrue, now configurable (defaulttruefor backward compat)atmos-include-dependents— include dependents of affected stacksatmos-include-settings— include settings section per componentatmos-stack— target a specific stackbase-ref— customize the base ref for comparisonidentity— Atmos auth identitynested-matrices-count— control nested matrix output countNew output
matrix— affected stacks as matrix structureDefault alignment
jq-versionupdated from1.6to1.7to match upstreamHousekeeping
Testing
skip-process-functions: truepassesprocess-functions: falseupstreamskip-process-templates: truepassesprocess-templates: falseupstreamatmos-include-spacelift-admin-stacksdefaults totrue(previous hardcoded value)