mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-07-16 13:47:03 +00:00
881af15cdc
The review agents are broken right now, so don't run them automatically. They should still be runnable on demand. Change-Id: I22e5ff46f917a49d0c267a0b1e8c63ae2165347d Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/603461 Reviewed-by: Brian Gan <brgan@google.com> Commit-Queue: Brian Gan <brgan@google.com> Tested-by: Gavin Mak <gavinmak@google.com> Tested-by: Brian Gan <brgan@google.com>
27 lines
768 B
Protocol Buffer Text Format
27 lines
768 B
Protocol Buffer Text Format
# proto-file: google/corp/android/engprod/codereviewagentconfiguration/v1/agent.proto
|
|
# proto-message: HostAgents
|
|
|
|
# Code Review Workflow Agent
|
|
configs {
|
|
id: "code-review-workflow"
|
|
display_name: "Code Review Workflow"
|
|
description: "Analyzes git-repo Gerrit submission labeling, commit metadata, Python linting, and testing strategy."
|
|
skills: "code_review_workflow"
|
|
include_filters {
|
|
project: "git-repo"
|
|
}
|
|
automatic: false
|
|
}
|
|
|
|
# Core Internals Agent
|
|
configs {
|
|
id: "core-internals"
|
|
display_name: "Core Internals"
|
|
description: "Analyzes git-repo synchronization, multiprocessing, manifest parsing, git integration, worktree layouts, and CLI commands."
|
|
skills: "core_internals"
|
|
include_filters {
|
|
project: "git-repo"
|
|
}
|
|
automatic: false
|
|
}
|