Feature: risk scores would be more refined: The bot will follow these steps after every new installation
It needs to prepare all the files with associated risk scores beforehand to react to PR events.
To do so, it needs to fetch all repositories on which the bot has been installed.
Then, iterate on each repository and get all files.
For each file, first calculate the risk score and then save it.
Now, the bot can give the files with their respective scores in every PR.
Feature: risk scores would be more refined: The bot will follow these steps after every new installation
It needs to prepare all the files with associated risk scores beforehand to react to PR events. To do so, it needs to fetch all repositories on which the bot has been installed. Then, iterate on each repository and get all files. For each file, first calculate the risk score and then save it. Now, the bot can give the files with their respective scores in every PR.