We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to sync a subfolder from the direct_sync_to_root_of_repo to the destination .github folder:
direct_sync_to_root_of_repo
.github
. └── direct_sync_to_root_of_repo └── .github └── metaconfig.yaml
This however creates a PR under direct_sync_to_root_of_repo/.github/metaconfig.yaml.
direct_sync_to_root_of_repo/.github/metaconfig.yaml
group: - files: - source: direct_sync_to_root_of_repo/ dest: ./ template: false
Exact folder hierarchy syned to destination.
No response
v1.21.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐞 Describe the bug
I would like to sync a subfolder from the
direct_sync_to_root_of_repo
to the destination.github
folder:This however creates a PR under
direct_sync_to_root_of_repo/.github/metaconfig.yaml
.📚 To reproduce
💡 Expected behavior
Exact folder hierarchy syned to destination.
🖼️ Screenshots
No response
⚙️ Environment
v1.21.0
📋 Additional context
No response
The text was updated successfully, but these errors were encountered: