mozilla-frontend-infra/codetribute

Support filtering github issues that don't have an assignee but have a special label

Open

#303 opened on Jun 12, 2019

View on GitHub
 (8 comments) (0 reactions) (0 assignees)JavaScript (91 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (58 stars)
PR merge metrics
 (PR metrics pending)

Description

Since github restricts who can be assigned to an issue by default, many projects use a special label to indicate that the issue is effectively assigned. For Servo, this label is C-assigned. It would be good if there were some way to add that to the project YAML so the frontend could filter by assigned/unassigned correctly.

Contributor guide