Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86403 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12693 invoked from network); 27 May 2015 15:25:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2015 15:25:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.215.53 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.215.53 mail-la0-f53.google.com Received: from [209.85.215.53] ([209.85.215.53:34730] helo=mail-la0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/03-26265-ED1E5655 for ; Wed, 27 May 2015 11:25:19 -0400 Received: by laat2 with SMTP id t2so10098694laa.1 for ; Wed, 27 May 2015 08:25:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=YNibE9foNDMECh09NNGxZprEoi/KSCUcQBpGiE5bhro=; b=QKReca+IqeIoyHGYz2mwLpMNJAwp8a8Nszx9brTDJSjASSz4YeTwF63uewL0oE7/bA 2WmYomGWd1iJkb7m3hK/rrxZeKNaynaRDy7bC4ClJRS/DlxGCj0c8GohPoDa6r4bBIze 2ui3UNeVLQGK1je3GmGJkU3xyaxtT8awXigvd/WbC9jzwUuekmhtue3YDIk7IrAoY31C tq7lxcTUIM61RnGsKFKpgo5Zb1ggyaLJ0CKT7AVRvrVw4lBYj9wZWR8NuUVU2wX+li3o LDG8ueFNM85EGRN/Wp9aw9gu1TmGdUhhxFkLokbbNADDGmBgaJ3DQkfoK1FzpsmCgB0B K4Yw== X-Gm-Message-State: ALoCoQkKHdBkH28ITnLORMosEjWF1uZy36gyqIpKpn7xJdU0BIAaT5ZMjRpiDIEeskKkjLGiXzDEVat8Qe+fPbpG0LgD08UXtzyACht94JTnsP84qfy4aV1uCLCmhmJ3n+h6iSWiUuhFFQTJ8VSl3bHcGW32s+88uuLqkrjGhhbHZpXhO0g0m9s= X-Received: by 10.152.238.1 with SMTP id vg1mr27186499lac.13.1432740315541; Wed, 27 May 2015 08:25:15 -0700 (PDT) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com. [209.85.215.52]) by mx.google.com with ESMTPSA id l3sm3897501lbj.46.2015.05.27.08.25.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 May 2015 08:25:14 -0700 (PDT) Received: by laat2 with SMTP id t2so10097661laa.1 for ; Wed, 27 May 2015 08:25:12 -0700 (PDT) X-Received: by 10.112.134.167 with SMTP id pl7mr28237343lbb.50.1432740312905; Wed, 27 May 2015 08:25:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.180.4 with HTTP; Wed, 27 May 2015 08:24:52 -0700 (PDT) In-Reply-To: References: <063f01d09881$2bbf12d0$833d3870$@belski.net> Date: Wed, 27 May 2015 23:24:52 +0800 Message-ID: To: Hannes Magnusson Cc: Anatol Belski , Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Pull request labels handling From: laruence@php.net (Xinchen Hui) On Wed, May 27, 2015 at 10:27 PM, Hannes Magnusson wrote: > 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. Github expose such apis already https://developer.github.com/v3/issues/#edit-an-issue so I think it's not very difficult to add such features to qa.php.net/pulls now. any volunteer ? if no, I can work on it this weekend... hope I didn't forget my experience on jquery :) thanks > > -Hannes > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- Xinchen Hui @Laruence http://www.laruence.com/