mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 10:56:28 +00:00
add blog about code owner commands (#1504)
This commit is contained in:
parent
669b3d883d
commit
930c8912a4
22
blog/2022-10-21-code-owner-commands.md
Normal file
22
blog/2022-10-21-code-owner-commands.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
author: Paulus Schoutsen
|
||||||
|
authorURL: https://twitter.com/balloob
|
||||||
|
authorImageURL: /img/profile/paulus.jpg
|
||||||
|
authorTwitter: balloob
|
||||||
|
title: GitHub Commands for Code Owners
|
||||||
|
---
|
||||||
|
|
||||||
|
The Home Assistant [service hub](https://github.com/home-assistant/service-hub/) has been extended by [Ludeeus](https://github.com/ludeeus) with a new feature: GitHub commands for code owners.
|
||||||
|
|
||||||
|
This feature allows any code owner to triage issues that are labeled with their integration. The following commands are available starting today:
|
||||||
|
|
||||||
|
* `@home-assistant close`<br />
|
||||||
|
Close the issue. Limited to when there is only 1 integration labeled
|
||||||
|
|
||||||
|
* `@home-assistant rename New Title`<br />
|
||||||
|
Change the title of the issue. Limited to when there is only 1 integration labeled
|
||||||
|
|
||||||
|
* `@home-assistant unassign <your domain>`<br />
|
||||||
|
Remove the integration label and related assignees.
|
||||||
|
|
||||||
|
The bot will include these commands when it posts a comment to notify a code owner of a new issue or pull request ([example](https://github.com/home-assistant/core/issues/80731#issuecomment-1287084569)).
|
Loading…
x
Reference in New Issue
Block a user