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

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

Open
jdm opened this issue Jun 12, 2019 · 8 comments
Labels
good first issue Good for newcomers

Comments

@jdm
Copy link

jdm commented Jun 12, 2019

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.

@helfi92
Copy link
Contributor

helfi92 commented Jun 16, 2019

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?

@jdm
Copy link
Author

jdm commented Jun 16, 2019

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.

@helfi92
Copy link
Contributor

helfi92 commented Jun 16, 2019

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

@helfi92 helfi92 added the good first issue Good for newcomers label Jun 16, 2019
@helfi92
Copy link
Contributor

helfi92 commented Jun 16, 2019

/cc @fiennyangeln In case you had thoughts about this.

aimenbatool added a commit to aimenbatool/codetribute that referenced this issue Mar 8, 2020
@Bahati308
Copy link

@jdm I am an outreachy applicant. i request to work o this

@jdm
Copy link
Author

jdm commented Mar 16, 2023

I'm not involved in this anymore. You will need to contact the active developers.

@lotas
Copy link
Collaborator

lotas commented Mar 16, 2023

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

@Bahati308
Copy link

Bahati308 commented Mar 16, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants