You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message could be improved to be more user-friendly, but having a default working config.yml is unfortunately not possible. Not all the config options can be set with an env var, and some are required to work.
You need to set at least the analyzers, otherwise we won't produce any comments.
And also the repos to watch are set in there. For user & token you also need repositories. And for github app auth, app_id and private_key.
Due to the way
config.yml
is mounted into to Docker, when the file doesn't exist in the current directory it is mounted as an empty directory.This leads to the following error message:
I propose solving this by either:
config.yml
, orconfig.yml
if it's not a file.The text was updated successfully, but these errors were encountered: