From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web09.1340.1625773863150719221 for ; Thu, 08 Jul 2021 12:51:03 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.d.kinney@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10039"; a="189264528" X-IronPort-AV: E=Sophos;i="5.84,224,1620716400"; d="scan'208";a="189264528" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2021 12:50:58 -0700 X-IronPort-AV: E=Sophos;i="5.84,224,1620716400"; d="scan'208";a="498556749" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.0.86]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2021 12:50:57 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm , Bob Feng , Liming Gao , Yuwei Chen Subject: [Patch V2 0/3] Add GitHub IDs to Maintainers.txt Date: Thu, 8 Jul 2021 12:50:44 -0700 Message-Id: <20210708195047.1649-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit New in V2 ========= * Maintainers.txt updates * Remove content after email address from standard output * Fix --lookup compatibility with '\' path separators. Update GetMaintainer.py to allow a GitHub ID after the email address for maintainers and reviewers and update Maitainers.txt with GitHub IDs. The GitHub ID will be used to help autotate the PR reviewer assignments. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Michael D Kinney Michael D Kinney (3): BaseTools/Scripts: Fix GetMaintainer.py line endings BaseTools/Scripts: Allow GitHub ID at end Maintainers.txt lines Maintainers.txt: Add GitHub IDs BaseTools/Scripts/GetMaintainer.py | 382 +++++++++++++++-------------- Maintainers.txt | 282 +++++++++++---------- 2 files changed, 331 insertions(+), 333 deletions(-) -- 2.32.0.windows.1