It is about the first line of the commit messages which should be prefixed with the
component name. The title of PR is:
```
core: Explicitly cast void* to char*
```
which is fine for first line of commit message.
But your commit message had the first line:
```
Explicitly cast void* to char*
```
not indicating the component (core in this case).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2191#issuecomment-572157808