Skip to content

Commit 555cb75

Browse files
Junaid SyedJunaid Syed
authored andcommitted
Docs: Add examples for multiple patterns and API usage to README
1 parent f781934 commit 555cb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ import asyncio
144144
# Scenario: Ingest only files within the 'src/' directory of a specific branch,
145145
# but explicitly exclude any '.log' files found within 'src/'.
146146

147-
repo_source = "https://github.com/some/repo"
147+
repo_source = "https://github.com/some/repo" # or path/to/directory
148148
target_branch = "develop"
149149
include_only_src = {"src/*"} # Glob pattern to match items directly inside src/
150150
exclude_src_logs = {"src/*.log"} # Pattern to exclude log files specifically within src/

0 commit comments

Comments
 (0)