Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86402 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6622 invoked from network); 27 May 2015 14:27:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2015 14:27:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:35702] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/22-26265-944D5655 for ; Wed, 27 May 2015 10:27:22 -0400 Received: by labko7 with SMTP id ko7so4997641lab.2 for ; Wed, 27 May 2015 07:27:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Nx+8hKByq1F5BuG6B8TzmMAkVuRKfuzED9z+bCOOkJo=; b=pMEfsEMWj6/Y+GU7X/xCFPG0y39MDCTyh4iZKgRck/BP0jcMVyFIFE9UxlmwGRoog5 1d522I2GFDCa17QsE+t1WRi1I+6bJmufuXcZmI73eOnEqpq/+LSnVhxx5XQUUyaMy2Om 65TL2Hfxwwg96KtR3/Yg7Oc7P3HaNxuzs6btNNlxmKTTe3q4SqPP5wdlGQyP3axjJDZk 8aTEKHGZ7LvdaHWrKEMCrKpRBG1Dp6npfYJ6ZkgGsexA/PIrUXaRjghz0EyYdQaa9c++ ARYlcCrv9IEWHAsLf7fObJm+2GiGs/K2U9VjEdpQ0c34V66m7rYua0yzSuVyaxThNMlj 44bw== MIME-Version: 1.0 X-Received: by 10.152.44.132 with SMTP id e4mr28802701lam.34.1432736839040; Wed, 27 May 2015 07:27:19 -0700 (PDT) Received: by 10.25.84.65 with HTTP; Wed, 27 May 2015 07:27:18 -0700 (PDT) In-Reply-To: <063f01d09881$2bbf12d0$833d3870$@belski.net> References: <063f01d09881$2bbf12d0$833d3870$@belski.net> Date: Wed, 27 May 2015 07:27:18 -0700 Message-ID: To: Anatol Belski Cc: Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Pull request labels handling From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, May 27, 2015 at 6:29 AM, Anatol Belski wrote: > Hi, > > the PRs on github are already being labeled. Multiple labels are possible. > However the github ACLs lack on granularity > https://help.github.com/articles/permission-levels-for-an-organization-repos > itory/ . Due to that, while being a useful feature, labeling is only > available for project admins or alike. Now with PHP7 such labeling becomes > probably even more sense as we'll need to handle BC breaks and other > situations which would need more testing and care. So the amount of work to > evaluate and review PRs will grow while the "work team" probably not. I don't have time to work on qa.php.net/pulls and add such feature, so I gave Xinchen and Nikita admin rights for the organization as a workaround. Stas was already an admin. We did mention that if labelling is supposed to be integral part of the workflow this must be available for the normal karma holder and therefore needs to be integrated somehow. -Hannes