INCATools / kgcl

Datamodel for KGCL (Knowledge Graph Change Language)
https://w3id.org/kgcl/
MIT License
11 stars 4 forks source link

have actions post error as comment? #80

Open balhoff opened 1 month ago

balhoff commented 1 month ago

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?