[testing] Using labels to get a list of all open PRs for WebApps' test suites

[ Bcc public-webapps-testuite ]

Thanks to Dom and Tobie, [w-p-t] PRs are automatically tagged with WG 
identifiers (pattern is wg-<WGname> f.ex. "wg-webapps"). This means 
there is an easy way to get a list of the open PRs for WebApp's tests:

<https://github.com/w3c/web-platform-tests/issues?labels=wg-webapps&page=1&state=open>

I noticed some of WebApps' PRs are relatively old (~12 months) so if you 
are a Test Facilitator, please review your PRs and address them 
accordingly. (Perhaps some of the older CORS PRs are no longer 
useful/applicable?)

-Thanks, AB

[w-p-t] <https://github.com/w3c/web-platform-tests>

-------- Original Message --------
Subject: 	Update to auto-labeling of pull requests on GH
Resent-Date: 	Thu, 13 Feb 2014 10:37:22 +0000
Resent-From: 	<public-test-infra@w3.org>
Date: 	Thu, 13 Feb 2014 11:36:53 +0100
From: 	ext Tobie Langel <tobie.langel@gmail.com>
To: 	<public-test-infra@w3.org>



Hi folks,

Just a quick update to let you know I've pulled and deployed some 
changes from Dom which now automatically tags pull requests with their 
related working group(s).

I ran the script against pre-existing pull requests but have run into 
issues in doing so, so I'm not sure whether I caught all of them or not. 
If you bump into a pull request which is missing the correct tags, 
please add them manually. Thanks.

In any case, this allows you to watch all open pull requests against a 
particular WG like so:

https://github.com/w3c/web-platform-tests/issues?labels=wg-webappsec

Of course, if you want to dig deeper, you can still get all PR for a 
particular spec by using it's shortname:

https://github.com/w3c/web-platform-tests/issues?labels=cors

Hope this helps.

--tobie

Received on Thursday, 13 February 2014 12:33:47 UTC