Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90010 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87944 invoked from network); 4 Jan 2016 21:52:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2016 21:52:32 -0000 Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wm0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:35409] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/4E-07292-F99EA865 for ; Mon, 04 Jan 2016 16:52:32 -0500 Received: by mail-wm0-f52.google.com with SMTP id f206so1878093wmf.0 for ; Mon, 04 Jan 2016 13:52:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=RavUe4P8ITbcMGmW45y+RSwRCAlamFkDuBX8chwhEWA=; b=0QEJ3+av1EegreizIi3fe4JhLpQnVspv3sVYzmPj1GmomZwC7E0sb5AO9Pj9WsrIB/ h6se2UFcy6LTpHEy6/tGGDYz4JGs4yX9VpmwFMFDxU363tWonjPBazm4ZRQDY2Ukfd9G uZk9lh9S2Uusef6//vRMrhK3munApJl86q/QdDMJi9h3AVG33NVsDndEmbBZO8ybyKfV v8zKnGGauUrnOinfCtlwHbBVPewpVLrqeYviPGKQoME5xpUjQ2SGS5teoIYzHF5b9GIi QijhxQOuCNSdIEpD2SBls6TtMTf9/j5mtqw1AC/J+xXYLFsOUeueIWxLdny6+55byk3u h1+g== X-Received: by 10.28.148.82 with SMTP id w79mr568877wmd.71.1451944348755; Mon, 04 Jan 2016 13:52:28 -0800 (PST) MIME-Version: 1.0 Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.194.45.230 with HTTP; Mon, 4 Jan 2016 13:51:59 -0800 (PST) In-Reply-To: References: <15D9C342-0BF3-4476-8473-A82E858781E3@zort.net> Date: Mon, 4 Jan 2016 16:51:59 -0500 X-Google-Sender-Auth: I8Sp2cm3Bd9cBOTQFVfXnn_RyHw Message-ID: To: Adam Harvey Cc: John Bafford , PHP internals Content-Type: multipart/alternative; boundary=001a114b6fc4242c1a0528892300 Subject: Re: [PHP-DEV] Re: [RFC] GitHub Pull Requests Triage Team From: bishop@php.net (Bishop Bettini) --001a114b6fc4242c1a0528892300 Content-Type: text/plain; charset=UTF-8 On Mon, Jan 4, 2016 at 3:26 PM, Adam Harvey wrote: > On 1 January 2016 at 12:12, Bishop Bettini wrote: > > On Fri, Jan 1, 2016 at 2:53 PM, John Bafford wrote: > >> I think when I brought this up before, the major open discussion point > >> before the thread died was what period of time constituted long enough > for > >> closing a waiting-on-submitter PR. 2 weeks is probably too short, but it > >> seemed a reasonable minimum and something had to go into the RFC. I > think 4 > >> weeks is probably a better place to start. > >> > > > > Warn at 2 weeks, close at 4? There's no real harm in closing it > unmerged: > > the submitter can always resubmit. > > This is a contribution from the cheap seats, since I don't have time > to actually help, but I'm not a big fan of auto-closing contributions > (at least until the branch is literally closed for bug fixes). I'm > worried that it'll send a message that we don't really care about > getting outside contributions, which is obviously not the case. > > What's the argument for auto-closing? Our stable branches are actually > pretty stable, so fixes and small features aren't generally going to > have merge issues that fast. > To be clear, I would not support robo-closing. If a PR merge is failing, or if the devs need clarification from the PR submitter, or there's any other reason holding up the merge, and the submitter hasn't replied/commented for 2 weeks: ping him. - "Hey, this merge is failing. Can you take a look?" - "There's some open questions here that are holding the merge back. Can you respond to So and So about Such and Such?" So another two weeks pass and still crickets. At that point, we send a friendly message that we want the contribution, but we have to keep moving forward: - "Hey, we want to merge your changes, but the build needs to pass before we can do that. Please take a look and get back to us." - "Seems like you're on an extended AFK. Get back to us and we'll pick up where we left off. Thanks!" --001a114b6fc4242c1a0528892300--