Skip to content

feat: add root_marker input to support --root-marker flag#35

Merged
babarot merged 2 commits intomainfrom
feat/root-marker
Feb 19, 2026
Merged

feat: add root_marker input to support --root-marker flag#35
babarot merged 2 commits intomainfrom
feat/root-marker

Conversation

@babarot
Copy link
Copy Markdown
Owner

@babarot babarot commented Feb 19, 2026

What

Add a new optional root_marker input that passes --root-marker to the changed-objects CLI.

  • Add root_marker input to action.yml (optional, default empty)
  • Add INPUT_ROOT_MARKER handling in entrypoint.sh

Why

To expose the --root-marker option added in changed-objects through the GitHub Actions wrapper, allowing workflows to specify a file pattern (e.g. *.tf) that marks the root of a module directory. This enables Terraform workflows to resolve non-.tf file changes to the correct module root without custom shell logic.

Expose the --root-marker option through the GitHub Actions wrapper
by adding a new optional root_marker input.
@github-actions github-actions bot added the changelog/skip Used in case of no need to update changelog label Feb 19, 2026
@babarot babarot added kind/feature A feature request; new or enhanced behavior and removed changelog/skip Used in case of no need to update changelog labels Feb 19, 2026
@babarot babarot merged commit 8cfa140 into main Feb 19, 2026
2 checks passed
@github-actions github-actions bot mentioned this pull request Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature A feature request; new or enhanced behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant