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

Match 'help wanted' and 'priority' labels with regex #89

Closed
poftadeh opened this issue Jun 30, 2019 · 0 comments · Fixed by #99
Closed

Match 'help wanted' and 'priority' labels with regex #89

poftadeh opened this issue Jun 30, 2019 · 0 comments · Fixed by #99
Assignees
Projects

Comments

@poftadeh
Copy link
Contributor

poftadeh commented Jun 30, 2019

It may be useful to match help wanted labels in a way that can accommodate different label conventions: e.g. help wanted, help-wanted, Type: Help Wanted, kind/helpWanted, etc. Filtering by regex might do the trick, i.e. something like lable.match(/help( |-)?wanted/i).

Edit: Do the same with priority labels for PR reminders. If no label, return a priority of medium by default. #87

@poftadeh poftadeh added this to To do in Kanban via automation Jun 30, 2019
@poftadeh poftadeh changed the title Match help wanted labels with regex Match help wanted labels with regex Jul 3, 2019
@poftadeh poftadeh changed the title Match help wanted labels with regex Match 'help wanted' and 'priority` labels with regex Jul 3, 2019
@poftadeh poftadeh changed the title Match 'help wanted' and 'priority` labels with regex Match 'help wanted' and 'priority' labels with regex Jul 3, 2019
Kanban automation moved this from To do to Done Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Kanban
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants