From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 2B4701F4B4 for ; Thu, 15 Oct 2020 17:17:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404896AbgJORRr (ORCPT ); Thu, 15 Oct 2020 13:17:47 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:61563 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390184AbgJORRr (ORCPT ); Thu, 15 Oct 2020 13:17:47 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id BFC2686CCC; Thu, 15 Oct 2020 13:17:44 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Qd68T99hBXhxgxDNsNccZVIkYFM=; b=f1mVuA wz5jWPCxjwkXWdSW39n846CHkcD8hFIpswLnyf9SwHQOFmMhXp5s6yQTf5HG3LQB BeG5TBkEC5t91uM77EjJhE8GPZ+ibLPAJaNOrjUZHTNbg5PjTwbiwuHKrUC0qvRb j2NRL+cyTfZ+5bTPTLnnc/VX7NQAweI6XxvZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=acOq/O03S4NRt5Q6gRm+xlPxG1v0PQsD Cb5gl4hgf7GFvdZOmNmtfZYgZet0cckhWSgmecE+BTs+ex/lyK1VbBWAA3MQWHIk D5RRv2Dt5pizShFzHwdoOFNiuiwClcp8Y/4/NE9Xc2HOxI/dNxNqxYaEFN++S4ls FEmtOCouPko= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id B69EC86CCB; Thu, 15 Oct 2020 13:17:44 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 1FF2786CCA; Thu, 15 Oct 2020 13:17:43 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: SZEDER =?utf-8?Q?G=C3=A1bor?= , Johannes Schindelin via GitGitGadget , git@vger.kernel.org Subject: Re: [PATCH v2 1/2] ci: skip GitHub workflow runs for already-tested commits/trees References: <914868d558b1aa8ebec6e9196c5ae83a2bd566bf.1602170976.git.gitgitgadget@gmail.com> <20201009072922.GC24813@szeder.dev> <20201010072508.GD24813@szeder.dev> Date: Thu, 15 Oct 2020 10:17:42 -0700 In-Reply-To: (Johannes Schindelin's message of "Mon, 12 Oct 2020 20:57:46 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 55FADF56-0F0A-11EB-A686-74DE23BA3BAF-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: > Full disclosure: I am not even sure what to do with Travis support at this > stage (but then, I am not the one to decide over that). Are you talking about the migration to travis-ci.com and having to give them potentially more access to github.com/git/git/ repository? It does worry me, too.