Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jul 7, 2025

Closes #376

Applied changes based on Issue #376.

I’ve renamed all the _t_* timing variables in src/github/action.ts to more descriptive, camel-cased names:

_t_commitMsgstartGenerateCommitMessage
_t_addEyestartAddEyeReaction
_t_clonestartCloneRepository
_t_captureStatestartCaptureFileState
_t_promptstartGeneratePrompt
_t_codexstartRunCodex
_t_detectstartDetectChanges

All corresponding end-logs (Date.now() - …) have been updated to use the new names. Let me know if you’d like any tweaks!

@YiweiShen YiweiShen merged commit dbd391f into main Jul 9, 2025
3 checks passed
@YiweiShen YiweiShen deleted the codez-chore-376-refactor-action-rename-timing-variables-3043156523 branch July 9, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename timing variables in action.ts

1 participant