From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web12.7556.1625715982744589986 for ; Wed, 07 Jul 2021 20:46:23 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: michael.d.kinney@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10038"; a="209477854" X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="209477854" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:46:20 -0700 X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="411198030" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.48.134]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:46:19 -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 0/3] Add GitHub ID to Maintainer.txt Date: Wed, 7 Jul 2021 20:46:06 -0700 Message-Id: <20210708034609.157-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 | 380 ++++++++++++++--------------- Maintainers.txt | 286 +++++++++++----------- 2 files changed, 333 insertions(+), 333 deletions(-) -- 2.32.0.windows.1