RoboTA config ---------------- RoboTA reads in various types of data from different sources. These are specified in the robota config file. The main data source documentation is included in the `robota-core documentation `_. This documentation is supplementary to that, so you should read that documentation first. robota-common-errors only makes use of a subset of the possible data types in robota-core and adds a single additional data type. Data types ============ Issues, ci, repository and remote_provider are data types from robota-core that are used in robota-common-errors. They are documented in the `robota-core documentation `_. There is one additional data type for robota-common-errors: common-errors ################ The location of the yaml file that defines the common errors. Valid sources: * local_path * gitlab required keys: * file_name - The path of the file containing the mapping between names and email addresses This keys may specify sub-folder(s) in the git repository, e.g. file_name: config_files/error_definitions.yaml Data Sources ============= Data sources are `unchanged from robota-core `_.