On Wed, Nov 19, 2025 at 11:39:46AM +0000, Alex Bennée wrote: > While we do see contributions from the top-level domain we want to > catch the linux.microsoft subdomain and those contributors also post > via other addresses. > > Signed-off-by: Alex Bennée <[email protected]> > Cc: Magnus Kulke <[email protected]> > Cc: Wei Liu <[email protected]>
Acked-by: Wei Liu <[email protected]> > --- > contrib/gitdm/group-map-microsoft | 8 ++++++++ > gitdm.config | 1 + > 2 files changed, 9 insertions(+) > create mode 100644 contrib/gitdm/group-map-microsoft > > diff --git a/contrib/gitdm/group-map-microsoft > b/contrib/gitdm/group-map-microsoft > new file mode 100644 > index 00000000000..989a307b6db > --- /dev/null > +++ b/contrib/gitdm/group-map-microsoft > @@ -0,0 +1,8 @@ > +# > +# Some Microsoft contributors post from other emails > +# > + > +# Some posting don't use the main domain > +linux.microsoft.com > + > [email protected] > diff --git a/gitdm.config b/gitdm.config > index 2d75dd4deee..8206c0af8a9 100644 > --- a/gitdm.config > +++ b/gitdm.config > @@ -39,6 +39,7 @@ GroupMap contrib/gitdm/group-map-facebook Facebook > GroupMap contrib/gitdm/group-map-huawei Huawei > GroupMap contrib/gitdm/group-map-ibm IBM > GroupMap contrib/gitdm/group-map-janustech Janus Technologies > +GroupMap contrib/gitdm/group-map-microsoft Microsoft > GroupMap contrib/gitdm/group-map-netflix Netflix > GroupMap contrib/gitdm/group-map-redhat Red Hat > GroupMap contrib/gitdm/group-map-sifive SiFive > -- > 2.47.3 >
