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

Issues/89 help wanted priority regex #99

Merged

Conversation

manekenpix
Copy link
Member

Closes #89

Added checking if an issue is labelled help wanted using regex:

helpWantedRegExp = /help( |-)?wanted/i;
hasHelpWanted = (label) => {
  return helpWantedRegExp.test(label.name);
}

Also added checking if PRs have a priority label and, if not, adding a default one priority: medium.

@poftadeh poftadeh added this to In progress in Kanban via automation Oct 7, 2019
@manekenpix manekenpix merged commit e48fe30 into Seneca-CDOT:master Oct 7, 2019
Kanban automation moved this from In progress to Done Oct 7, 2019
@manekenpix manekenpix deleted the issues/89-help-wanted-priority-regex branch September 28, 2020 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Kanban
  
Done
Development

Successfully merging this pull request may close these issues.

Match 'help wanted' and 'priority' labels with regex
2 participants