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.
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