diff mbox series

[RFC,2/3] MAINTAINERS: Add entry for GitHub 'Actions' config files

Message ID 20200804084843.31075-3-f4bug@amsat.org
State New
Headers show
Series .github/workflows: Add GitHub action for Windows WHPX build | expand

Commit Message

Philippe Mathieu-Daudé Aug. 4, 2020, 8:48 a.m. UTC
Add an entry for the GitHub 'Actions' configuration files
used to build the WHPX Windows installer.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0886eb3d2b..075728421d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3068,6 +3068,12 @@  R: Wainer dos Santos Moschetta <wainersm@redhat.com>
 S: Maintained
 F: .gitlab-ci.yml
 
+GitHub Actions (build Windows installer)
+M: Stefan Weil <sw@weilnetz.de>
+M: Sunil Muthuswamy <sunilmut@microsoft.com>
+S: Maintained
+F: .github/workflows/
+
 Guest Test Compilation Support
 M: Alex Bennée <alex.bennee@linaro.org>
 R: Philippe Mathieu-Daudé <f4bug@amsat.org>