This is a followup to https://github.com/hubot-scripts/hubot-pager-me/pull/20 . That addressed doing /pager me trigger when your user doesn't have any email associated with it (like using campfire shell). If you are using Campfire and some other adapters, it defaults to your user's email address on the chat service, which might not be your correct address. When a PagerDuty user isn't found for that email address, /pager trigger failed.
This applies the not required logic for when there is a configured email address, but it doesn't result in any found pagerduty users.
This is a followup to https://github.com/hubot-scripts/hubot-pager-me/pull/20 . That addressed doing
/pager me trigger
when your user doesn't have any email associated with it (like using campfire shell). If you are using Campfire and some other adapters, it defaults to your user's email address on the chat service, which might not be your correct address. When a PagerDuty user isn't found for that email address, /pager trigger failed.This applies the
not required
logic for when there is a configured email address, but it doesn't result in any found pagerduty users.