We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f781934 commit 555cb75Copy full SHA for 555cb75
README.md
@@ -144,7 +144,7 @@ import asyncio
144
# Scenario: Ingest only files within the 'src/' directory of a specific branch,
145
# but explicitly exclude any '.log' files found within 'src/'.
146
147
-repo_source = "https://github.com/some/repo"
+repo_source = "https://github.com/some/repo" # or path/to/directory
148
target_branch = "develop"
149
include_only_src = {"src/*"} # Glob pattern to match items directly inside src/
150
exclude_src_logs = {"src/*.log"} # Pattern to exclude log files specifically within src/
0 commit comments