Loads in user-configured values for all valid config properties & property thresholds if api call is successful. If api call fails, or for any invalid user-configured values, uses default values.
an instance of the GitLabApi class that wraps HTTP requests to and responses from the GitLab API
CustomConfig with loaded values
Determine if user-configured value for updateMergeRequestComment is set and valid, or if default value should be used
user-configured bot action values
boolean for updateMergeRequestComment in CustomConfig
Generated using TypeDoc
This class contains the logic for retrieving the user-defined
.grdb.json
Custom Config file and using those values if valid, or default values if user-defined values are invalid or missing.