Skip to content

Commit

Permalink
add to options
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jan 23, 2025
1 parent e930e83 commit d5a2c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function fromPath(rootPath: string, options: ConfigLoaderOptions = {}): C
}

// Step 2: fill partial config with defaults
let { repo, nextVersion, labels, cacheDir, ignoreCommitters, wildcardLabel } = config;
let { repo, nextVersion, labels, cacheDir, ignoreCommitters, wildcardLabel, github } = config;

const packages = getPackages(rootPath);

Expand Down Expand Up @@ -139,6 +139,7 @@ export function fromPath(rootPath: string, options: ConfigLoaderOptions = {}): C
cacheDir,
wildcardLabel,
packages,
github
};
}

Expand Down

0 comments on commit d5a2c4d

Please sign in to comment.