README.md

    ci-bot

    Introduction

    This repository is used to address the code of openEuler ci bot.

    Architecture

    Prerequisites

    You'll need to setup a MySQL Database before you are getting started. This is an example to create Database instance.

    • Setup MySQL instance by the Huawei Cloud Relational Database Service (RDS)
    • Login in MySQL with your account and password
    • Create database instance by running the following command
      CREATE DATABASE cibot;

    The information of database instance will be used in the following Installation.

    Config

    environment variables

    Some sensitive configurations items support reading from environment variables. you can set the following environment variables in your OS:

    • GITEE_TOKEN
    • WEBHOOK_SECRET
    • DATABASE_HOST
    • DATABASE_PORT
    • DATABASE_USERNAME
    • DATABASE_PASSWORD

    label config

    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:

    • kind,sig,openeuler-cla,priority Delete labels beginning with kind,sig,openeuler-cla or priority.
    • lgtm Delete labels lgtm or beginning with lgtm-.
    • Except for the above description items, other labels will be judged as equal.

    Getting Started

    Command Help

    See the Command Help file for details.

    For Chinese version, please refer to 命令帮助.

    License

    See the LICENSE file for details.

    项目简介

    This repository is used to address the code of openEuler ci bot.

    发行版本

    当前项目没有发行版本

    贡献者 15

    全部贡献者

    开发语言

    • Go 99.6 %
    • Dockerfile 0.2 %
    • Shell 0.1 %
    • Makefile 0.1 %