Activate analysis by default on addition of .deepsource.toml

At the moment, when you add .deepsource.toml file to a repository DeepSource has access to, the analysis is not activated by default. You’ve to visit DeepSource dashboard and enable it manually.

Proposed workflow: For a repository that DeepSource has access to, on commit of .deepsource.toml file in the default branch, analysis should be activated by default.

This feature has now been implemented. Adding a .deepsource.toml file to the your repository’s default branch should now automatically activate analysis on that repository.