Our KGCL bot for GO can make pull requests, but if it is triggered but an error occurs, it silently does nothing. Here is an example:
It failed because the requestor forget to replace GOID with a valid term ID on one line.
The error is reported in the action log, but I had to dig for this. Would it be possible to catch these errors and comment back on the request issue?
Our KGCL bot for GO can make pull requests, but if it is triggered but an error occurs, it silently does nothing. Here is an example:
It failed because the requestor forget to replace
GOIDwith a valid term ID on one line.The error is reported in the action log, but I had to dig for this. Would it be possible to catch these errors and comment back on the request issue?