stephenyeargin / hubot-grafana

📈🤖 Query Grafana dashboards
http://docs.grafana.org/tutorials/hubot_howto/
MIT License
154 stars 48 forks source link

Adjust `adapterName` match for Hubot v7 #160

Closed stephenyeargin closed 1 year ago

stephenyeargin commented 1 year ago

In the v7 release of Hubot, the adapterName value is now the node package used. This PR adjusts the matching logic so that v7 and earlier versions detect the right message format to use.

KeesCBakker commented 1 year ago

Yeah, this will help with future adapters!