From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D358DA0093 for ; Mon, 25 Apr 2022 19:18:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD98E41109; Mon, 25 Apr 2022 19:18:41 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id D8AA540E78 for ; Mon, 25 Apr 2022 19:18:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650907119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uAKPF1tk9PeBxqt3BJotZgQpRmxyP93RZCMh00fzy40=; b=Ecn4Hh7/UMvLjQ8gsfeO4UIGo6xuagz4yme78HgBeFJVC0v78Ss/mmaMonMcXaIT1wOGv5 zC1cWiCR62aI2zWBAc0SQq4RqE5yYj4l2awzP3R+qN8IKVGc+VFnNQSyI8WHwNZMAde206 hxo3p8S6J6QR27bQFHMs9DwlxTNXhFg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-620-rUkVbTmQOcq0P-Quo26jfQ-1; Mon, 25 Apr 2022 13:18:36 -0400 X-MC-Unique: rUkVbTmQOcq0P-Quo26jfQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B95ED85A5BE; Mon, 25 Apr 2022 17:18:35 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0B557111E3F8; Mon, 25 Apr 2022 17:18:30 +0000 (UTC) From: Aaron Conole To: Ali Alnubani Cc: , David Marchand Subject: Re: [PATCH 1/2] pw_maintainers_cli: try delegating to multiple maintainers References: <20220415101611.364-1-alialnu@nvidia.com> Date: Mon, 25 Apr 2022 13:18:29 -0400 In-Reply-To: <20220415101611.364-1-alialnu@nvidia.com> (Ali Alnubani's message of "Fri, 15 Apr 2022 13:16:10 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Ali Alnubani writes: > Instead of skipping patch delegation when there are no Patchwork > users associated with the email of the first maintainer, try to > delegate to other tree maintainers. > > Suggested-by: David Marchand > Signed-off-by: Ali Alnubani > --- Acked-by: Aaron Conole