xwz123 / test

some test
0 stars 2 forks source link

2. 测试从github 同步issue到 gitee #33

Closed wizard-xie closed 2 years ago

wizard-xie commented 2 years ago

robot-gitee-label

中文README

Overview

This is the gitee code hosting platform label processing robot, code cloud platform users can use a number of commands to add and remove issue and Pull Request labels; in addition will listen to the PR change event, according to the configuration of the automatic removal of the specified label and test whether the label is valid.

Function

Configuration

example

config_items:
  - repos:  #List of repositories to be managed by robot
     -  owner/repo
     -  owner1
    excluded_repos: #Robot manages the list of repositories to be excluded
     - owner1/repo1
    clear_labels: # List of labels that need to be removed after a source branch changed event
     - lgtm
     - approve
    labels_to_validate: #Verify the label's time-sensitive configuration
      - label: ci-pipline-success
        active_time: 1 #Indicates how many hours after the creation of the label to expire
xwz123 commented 2 years ago

SYNCED PROMPT: current issue has been synced with it

wizard-xie commented 2 years ago

test sync comment from github to gitee.