Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import new W3C labels #167

Merged
merged 1 commit into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LABELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ The following [W3C horizontal labels](https://w3c.github.io/issue-metadata.html#
* [privacy-tracker](https://github.com/search?q=org%3Awhatwg+label%3A%22privacy-tracker%22+is%3Aopen): Group bringing to attention of Privacy, or tracked by the Privacy Group but not needing response.
* [security-needs-resolution](https://github.com/search?q=org%3Awhatwg+label%3A%22security-needs-resolution%22+is%3Aopen): Issue the security Group has raised and looks for a response on.
* [security-tracker](https://github.com/search?q=org%3Awhatwg+label%3A%22security-tracker%22+is%3Aopen): Group bringing to attention of security, or tracked by the security Group but not needing response.
* [tag-needs-resolution](https://github.com/search?q=org%3Awhatwg+label%3A%22tag-needs-resolution%22+is%3Aopen): Issue the Technical Architecture Group has raised and looks for a response on.
* [tag-tracker](https://github.com/search?q=org%3Awhatwg+label%3A%22tag-tracker%22+is%3Aopen): Group bringing to attention of the TAG, or tracked by the TAG but not needing response.
12 changes: 12 additions & 0 deletions labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,18 @@
"description": "There are security or privacy implications",
"name": "security/privacy"
},
{
"color": "7fff00",
"description": "Issue the Technical Architecture Group has raised and looks for a response on.",
"name": "tag-needs-resolution",
"w3c": true
},
{
"color": "7fff00",
"description": "Group bringing to attention of the TAG, or tracked by the TAG but not needing response.",
"name": "tag-tracker",
"w3c": true
},
{
"color": "009800",
"description": "Relates to custom elements (as defined in DOM and HTML)",
Expand Down