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 11f4233 commit dd44acdCopy full SHA for dd44acd
packages/ci/src/index.ts
@@ -7,4 +7,9 @@ export {
7
} from './lib/monorepo/index.js';
8
export { runInCI } from './lib/run.js';
9
export { configPatternsSchema } from './lib/schemas.js';
10
-export { parseConfigPatternsFromString } from './lib/settings.js';
+export {
11
+ DEFAULT_SETTINGS,
12
+ MAX_SEARCH_COMMITS,
13
+ MIN_SEARCH_COMMITS,
14
+ parseConfigPatternsFromString,
15
+} from './lib/settings.js';
0 commit comments