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

AI-173: Support !include in yaml config files #52

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

efunneko
Copy link
Collaborator

This adds the ability to do:

!include my_stuff_at_root.yaml

my_obj:
  !include my_sub_object.yaml

This will copy the specified file (relative to current file) into the current file and do this recursively. If the !include directive is indented, then that amount of space will be added to each line of the inserted file.

Copy link

gitstream-cm bot commented Oct 14, 2024

Please mark whether you used Copilot to assist coding in this PR

  • Copilot Assisted

Copy link

@efunneko efunneko merged commit 6d8f4b7 into main Oct 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants