From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by sourceware.org (Postfix) with ESMTPS id 9888B3839C59 for ; Mon, 16 May 2022 14:37:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9888B3839C59 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by mail.gandi.net (Postfix) with ESMTPSA id 0F44E10001A; Mon, 16 May 2022 14:37:06 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id AC849581C73; Fri, 13 May 2022 10:35:58 +0200 (CEST) From: Dodji Seketeli To: Ben Woodard via Libabigail Cc: Ben Woodard , vsoch Subject: Re: [PATCH] V2 Add github actions to support workflows Organization: Me, myself and I References: <20220505173233.1796815-1-woodard@redhat.com> X-Operating-System: Fedora 36 X-URL: http://www.seketeli.net/~dodji Date: Fri, 13 May 2022 10:35:58 +0200 In-Reply-To: <20220505173233.1796815-1-woodard@redhat.com> (Ben Woodard via Libabigail's message of "Thu, 5 May 2022 10:32:34 -0700") Message-ID: <87wnepvngx.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2022 14:37:10 -0000 Hello Ben, Vanessa, Ben Woodard via Libabigail a =C3=A9crit: [...] > Signed-off-by: vsoch Would you please put the complete name of Vanessa in here? Just like what we have for: > Reviewed-by: Ben Woodard Also, is vsoch@users.noreply.github.com a valid email? My mail user agent keeps nagging me about it, so I thought I'd ask if the email is valid. > --- > .github/workflows/build-container.yaml | 99 +++++++++++++++++++ Also, would it be possible to add a little text in .github pointing to the online doc where people can learn about this github workflow business? We can add that alter in any case. I am happy to commit this patch as is right now, assuming the naming issue of the signed-off-by tag is addressed. Thanks! Cheers, --=20 Dodji