Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

Add error handling/display to duplicate search #89

Closed dpasque closed 1 year ago

dpasque commented 1 year ago

What Does This PR Add/Change?

We previously didn't handle any request errors when duplicate searching. Now we do!

We show a little error display and log the error (with caching to prevent spam).

Testing Instructions

Feel free to play around locally! Just modify the local-api-client to throw an error when searching issues.

Issues

Related to #
Closes #78