You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Pull Request Number (if not provided, scans root_directory) - PR must be merged to develop branch'
17
+
description: 'Pull Request Number (if not provided, scans root_directory) - PR must be merged to develop branch. DONT provide if `README documentation` is T from above'
8
18
required: false
9
19
type: string
10
20
root_directory:
11
21
description: 'Only scans files in this directory (relative to repository root, e.g., packages/core/src)'
12
22
required: true
13
-
default: 'packages/core/src/test_resources'
23
+
default: 'packages/plugin-near/'
14
24
type: string
15
25
excluded_directories:
16
26
description: 'Directories to exclude from scanning (comma-separated, relative to root_directory)'
0 commit comments