mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
fix: address review comments
- Simplify track_progress description to be more general - Move import to top of types.ts file
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { GitHubContext } from "../github/context";
|
||||
|
||||
export type CommonFields = {
|
||||
repository: string;
|
||||
claudeCommentId: string;
|
||||
@@ -99,5 +101,5 @@ export type EventData =
|
||||
// Combined type with separate eventData field
|
||||
export type PreparedContext = CommonFields & {
|
||||
eventData: EventData;
|
||||
githubContext?: import("../github/context").GitHubContext;
|
||||
githubContext?: GitHubContext;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user