github.com/netdata/go.d.plugin@v0.58.1/.github/labeler.yml (about)

     1  # This configures label matching for PR's.
     2  #
     3  # The keys are labels, and the values are lists of minimatch patterns
     4  # to which those labels apply.
     5  #
     6  # NOTE: This can only add labels, not remove them.
     7  # NOTE: Due to YAML syntax limitations, patterns or labels which start
     8  # with a character that is part of the standard YAML syntax must be
     9  # quoted.
    10  #
    11  # Please keep the labels sorted and deduplicated.
    12  
    13  area/agent:
    14    - agent/**
    15    - cli/**
    16    - logger/**
    17  
    18  area/build:
    19    - hack/**
    20    - Makefile
    21  
    22  area/ci:
    23    - .circleci/**
    24    - .github/**
    25    - .travis/**
    26    - .codecov.yml
    27    - .travis.yml
    28    - .yamllint.yml
    29  
    30  area/conf: 
    31    - config/**
    32  
    33  area/docs:
    34    - "**/*.md"
    35    - "*.md"
    36  
    37  area/modules: 
    38    - modules/**
    39    - config/go.d/*.conf
    40  
    41  area/pkg:
    42    - pkg/**