mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 15:04:13 +08:00
bun formatting
This commit is contained in:
@@ -45,7 +45,11 @@ const ENTITY_EVENT_NAMES = [
|
|||||||
"pull_request_review_comment",
|
"pull_request_review_comment",
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
const AUTOMATION_EVENT_NAMES = ["workflow_dispatch", "schedule", "workflow_run"] as const;
|
const AUTOMATION_EVENT_NAMES = [
|
||||||
|
"workflow_dispatch",
|
||||||
|
"schedule",
|
||||||
|
"workflow_run",
|
||||||
|
] as const;
|
||||||
|
|
||||||
// Derive types from constants for better maintainability
|
// Derive types from constants for better maintainability
|
||||||
type EntityEventName = (typeof ENTITY_EVENT_NAMES)[number];
|
type EntityEventName = (typeof ENTITY_EVENT_NAMES)[number];
|
||||||
|
|||||||
Reference in New Issue
Block a user