Add override prompt variable (#301)

* Add override prompt variable

* create test

* Fix typechecks

* remove use of `any` for additional type-safety

---------

Co-authored-by: km-anthropic <km-anthropic@users.noreply.github.com>
This commit is contained in:
km-anthropic
2025-07-21 17:41:25 -07:00
committed by GitHub
parent 0d8a8fe1ac
commit 8f551b358e
10 changed files with 256 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export type CommonFields = {
allowedTools?: string;
disallowedTools?: string;
directPrompt?: string;
overridePrompt?: string;
};
type PullRequestReviewCommentEvent = {