For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /developers/blog/2022-10-21-code-owner-commands.md.

代码所有者的 GitHub 命令

Home Assistant 服务中枢 已被 Ludeeus 扩展了一个新功能:代码所有者的 GitHub 命令。

此功能允许任何代码所有者对其集成标记的 issue 进行分诊。从今天起,可以使用以下命令:

  • @home-assistant close
    关闭该 issue。仅当只有一个集成被标记时可用

  • @home-assistant rename New Title
    更改 issue 的标题。仅当只有一个集成被标记时可用

  • @home-assistant unassign <your domain>
    移除集成标签及相关的 assignee。

当 bot 发布评论以通知代码所有者有新的 issue 或 pull request 时,将包含这些命令(示例)。