When the repository doesn’t contain .drone.yml file the hook status code is 404 with no content and error log sais:
failure to get build config for organization/repo.
What about:
- more specific error message (.drone.yml file not found)
- returning this error to hook response (so it can be found in webhooks listing)
What do you think?