Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89949 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66613 invoked from network); 1 Jan 2016 18:29:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jan 2016 18:29:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; 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:36632] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/82-51216-A85C6865 for ; Fri, 01 Jan 2016 13:29:30 -0500 Received: by mail-wm0-f52.google.com with SMTP id l65so108661255wmf.1 for ; Fri, 01 Jan 2016 10:29:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:from:date:message-id:subject:to:cc :content-type; bh=zNrzFIxE93F0SWoANmD/LJEGoiS87gNytl5hevMe4mQ=; b=uihVEh01KTPr29LiBw8iN63GhQooNyU709EUseZZQ86KmsYy6+2oK23+HG+LZNYEK9 URauP7kIl4RKxJuXBNcG+yMObgd+v5E2VTJ7suYvkh/SAbHluKeQ6gDex+QffEgv4CdS iO1WxJY7vCGTXn5DnjMIRYFTHTqgG3ikwE5whYknA93FiPGy2RcPjbLVksW+Gd/NyP5p U/inwvxU74TJi5tG2MRkldR5OXgv5xr1Q1exvJX99a1D98rQD4noJV8+aLcQ1SepBDm3 Md1s0qwicUxuAWKmtYAAIecvALXNNi/ER4Wh9si47p7BeBUWXGSH9c4CUO2pGPGng794 /P4A== X-Received: by 10.28.212.85 with SMTP id l82mr34274444wmg.11.1451672967636; Fri, 01 Jan 2016 10:29:27 -0800 (PST) MIME-Version: 1.0 Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.194.45.230 with HTTP; Fri, 1 Jan 2016 10:28:58 -0800 (PST) Date: Fri, 1 Jan 2016 13:28:58 -0500 X-Google-Sender-Auth: MoqvNI2ZNRTCuzNTktw_m1qntmA Message-ID: To: john@bafford.com Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1146ed8c90ebd5052849f3b1 Subject: [RFC] GitHub Pull Requests Triage Team From: bishop@php.net (Bishop Bettini) --001a1146ed8c90ebd5052849f3b1 Content-Type: text/plain; charset=UTF-8 Hi, and happy New Year! Now that the big push for PHP 7 is done, I'd like to revive earlier discussions on the *GitHub PR triage team* RFC . A year ago, there were 180 open PR. Today there are 281. Most new PR are labelled and better organized, but many dead/defunct/zombie/unloved PR remain. I'm not aware of any process to handle those dead PR, and this RFC seemed to address that problem with its three-part objectives: 1. label PR appropriately, 2. send a weekly "action list" summarizing pending PR, and 3. ensure PR submitters keep their PR up to date, or close PR accordingly. As I read the RFC, the team will not merge PR or hold RM responsibilities . Instead, the team facilitates PR merging by keeping the PR list organized and ready to act upon. Thoughts? Thanks, bishop --001a1146ed8c90ebd5052849f3b1--