-
Notifications
You must be signed in to change notification settings - Fork 84
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
Support filtering github issues that don't have an assignee but have a special label #303
Comments
That's a great idea. One way would be to treat "assigned" as a special label and use it to correctly display which issues are actually unassigned. For example, repositories:
- servo/servo: ['E-easy', 'assigned'] would mark issues as assigned if they have the "assigned" label. Thoughts? |
It would be unfortunate to rename the attribute in Servo's case since it would require updating several other tools that rely on the name, but I suppose it would be better than nothing. My preference would be support customizing the name per repository or project if possible. |
Sure thing. It would add a bit of complexity to the yaml file but I guess that's okay. For the repositories property in the project configuration file we could probably do: repositories:
servo/servo:
assigned: C-assigned
labels: E-easy |
/cc @fiennyangeln In case you had thoughts about this. |
@jdm I am an outreachy applicant. i request to work o this |
I'm not involved in this anymore. You will need to contact the active developers. |
Hi @Bahati308 Thanks for your interest in this issue. Unfortunately this issue isn't covered by the Outreachy program, but you are welcome to contribute to it, if you would like to |
thanks a lot Yarik,
…On Thu, 16 Mar 2023 at 16:27, Yarik ***@***.***> wrote:
Hi @Bahati308 <https://github.com/Bahati308> Thanks for your interest in
this issue. Unfortunately this issue isn't covered by the Outreachy
program, but you are welcome to contribute to it, if you would like to
—
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP44QVHIA5VUXXJBQ3PZ6BLW4MIM5ANCNFSM4HXRL6HQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: