workflows/commit/command.yml
bobo 025858a231 feat: Implement Chinese language support in workflows
- Removed explicit language parameter for commit commands
- Introduced language detection and bilingual messages
- Deleted specific Chinese command file for streamlined approach
2024-04-01 20:46:25 +08:00

5 lines
294 B
YAML

description: 'Writes a well-formatted commit message for selected code changes and commits them via Git. Include an issue number if desired (e.g., input "/commit to close #12").'
hint: to close Issue #issue_number
input: optional
steps:
- run: $devchat_python $command_path/commit.py "$input"