rajnandan1 / kener

Kener is a Modern Self hosted Status Page, batteries included
https://kener.ing/
MIT License
2.2k stars 83 forks source link

API to search and update incident by title #64

Closed prakhar47b closed 3 months ago

prakhar47b commented 3 months ago

Is your feature request related to a problem? Please describe. I am integrating Kener with my project to allow the auto-creation of incidents in case of errors. The problem is that the system will start spamming issues if the error keeps recurring.

Describe the solution you'd like One solution could be to reopen/leave a comment on an issue if it already exists.

Describe alternatives you've considered I have created a wrapper around Kener to intercept the request, do as described if the issue is found, and forward the issue to Kener if not found. I am using the following API https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-issues-and-pull-requests