mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(GitHub Document Loader Node): Fix issue with ignore paths not working correctly (#8798)
This commit is contained in:
@@ -83,7 +83,7 @@ export class DocumentGithubLoader implements INodeType {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Ignore Paths',
|
displayName: 'Ignore Paths',
|
||||||
name: 'recursive',
|
name: 'ignorePaths',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'Comma-separated list of paths to ignore, e.g. "docs, src/tests',
|
description: 'Comma-separated list of paths to ignore, e.g. "docs, src/tests',
|
||||||
default: '',
|
default: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user