This repository is used to address the code of openEuler ci bot.
You'll need to setup a MySQL Database before you are getting started. This is an example to create Database instance.
CREATE DATABASE cibot;
The information of database instance will be used in the following Installation.
Some sensitive configurations items support reading from environment variables. you can set the following environment variables in your OS:
If you want to clear some tags when the pull request source branch changes, you can configure it in the configuration file(config.yaml). for example see config.yaml delLabels fields.Description:
If you want to set the number of lgtm tags for a separate repository or organization, you can configure this configuration item.The configuration item is a list, and the list element contains the following configuration items:
If your configuration is for a specific repository, you should configure the full path instead of just the repository space address. For example: lcrName:openEuler/ci-bot
See the Command Help file for details.
For Chinese version, please refer to 命令帮助.
See the LICENSE file for details.