mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 02:40:55 -07:00
PR feedback.
This commit is contained in:
@@ -8,6 +8,7 @@ import { execSync } from 'node:child_process';
|
|||||||
const EVALS_FILE_PREFIXES = [
|
const EVALS_FILE_PREFIXES = [
|
||||||
'packages/core/src/prompts/',
|
'packages/core/src/prompts/',
|
||||||
'packages/core/src/tools/',
|
'packages/core/src/tools/',
|
||||||
|
'evals/',
|
||||||
];
|
];
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
@@ -18,7 +19,7 @@ function main() {
|
|||||||
stdio: 'ignore',
|
stdio: 'ignore',
|
||||||
});
|
});
|
||||||
|
|
||||||
// Find the merge base with main
|
// Find the merge base with the target branch.
|
||||||
const mergeBase = execSync('git merge-base HEAD FETCH_HEAD', {
|
const mergeBase = execSync('git merge-base HEAD FETCH_HEAD', {
|
||||||
encoding: 'utf-8',
|
encoding: 'utf-8',
|
||||||
}).trim();
|
}).trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user