long2ice 9490359c37 feat: Add GitHub username retrieval function
- Implement `get_github_username()` to fetch GitHub username via API
- Update `get_selected_issue_ids()` to use GitHub username instead of git username
- Enhance GitHub issue selection workflow with authenticated username retrieval
2025-03-10 16:38:08 +08:00
..
2024-05-18 22:05:51 +08:00
2024-05-18 22:05:51 +08:00
2024-07-19 14:12:34 +08:00
2024-07-19 14:12:34 +08:00

commit

自动生成提交信息并执行Git提交。

用途

  • 生成规范的提交信息
  • 简化Git提交流程
  • 保持提交历史的一致性

使用方法

执行命令: /github.commit [message]

  • message: 可选的用户输入,用于辅助生成提交信息

操作流程

  1. 选择要提交的文件
  2. 生成提交信息
  3. 允许用户编辑提交信息
  4. 执行Git提交

注意事项

  • 确保已选择需要提交的文件
  • 生成的提交信息可能需要进一步修改以符合项目规范