From 930c8912a43d4e3ff7d46b58a7f0e14c0226b7b7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 21 Oct 2022 11:03:20 -0400 Subject: [PATCH] add blog about code owner commands (#1504) --- blog/2022-10-21-code-owner-commands.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 blog/2022-10-21-code-owner-commands.md diff --git a/blog/2022-10-21-code-owner-commands.md b/blog/2022-10-21-code-owner-commands.md new file mode 100644 index 00000000..a1db7c60 --- /dev/null +++ b/blog/2022-10-21-code-owner-commands.md @@ -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`
+ Close the issue. Limited to when there is only 1 integration labeled + +* `@home-assistant rename New Title`
+ Change the title of the issue. Limited to when there is only 1 integration labeled + +* `@home-assistant unassign `
+ 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)).