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

Allow multidoc copier.yml with glob include #263

Merged
merged 2 commits into from
Sep 5, 2020
Merged

Conversation

yajo
Copy link
Member

@yajo yajo commented Aug 19, 2020

Before this patch, using !include was a bit absurd because it would fail under any useful scenario:

  • Including with a glob.
  • Trying to include more than 1 file.

Now all those are supported, and they can coexist. Besides, the patch is quite simple, which makes it more attractive.

Fix #237.

@yajo yajo self-assigned this Aug 19, 2020
@yajo yajo added this to the v6.0.0 milestone Aug 19, 2020
Instead of being so extra verbose on CI, just add `-ra` to display a summary on non-passing stuff (this lets us know i.e. why a Windows test was skipped).

Add input option on manual triggers of workflows to allow specifying test options if needed.
Before this patch, using `!include` was a bit absurd because it would fail under any useful scenario:

- Including with a glob.
- Trying to include more than 1 file.

Now all those are supported, and they can coexist. Besides, the patch is quite simple, which makes it more attractive.

Fix #237.
@github-actions github-actions bot merged commit 6e7cff8 into master Sep 5, 2020
@github-actions github-actions bot deleted the multidoc-include branch September 5, 2020 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to manage properly copier.yml using composition ?
1 participant