hubot-archive / hubot-pager-me

PagerDuty integration for Hubot
https://www.npmjs.com/package/hubot-pager-me
MIT License
73 stars 92 forks source link

Allows on-call queries to be case-insensitive #41

Closed stephenyeargin closed 9 years ago

stephenyeargin commented 9 years ago

Fixes #40

Prior to this PR, asking an on-call question, such as hubot who is on call for devops would only produce a result if the name of the PagerDuty schedule was exactly "devops", but not if it were "DevOps". This PR converts the query text and result set item to lowercase, allowing a more permissive match.

technicalpickles commented 9 years ago

Looks good :+1: