summaryrefslogtreecommitdiff
path: root/json4cpp/.github/labeler.yml
blob: 024d3e6da2659f3092f8eb6fb280084dc01156a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: 1

labels:
- label: "documentation"
  files:
    - "README.md"

- label: "documentation"
  files:
    - "docs/.*"

- label: "tests"
  files:
    - "tests/.*"

- label: "CMake"
  files:
    - ".*CMakeLists.txt"

- label: "CMake"
  files:
    - "cmake/.*"

- label: "CI"
  files:
    - "github/workflows/.*"

- label: "CI"
  files:
    - "github/external_ci/.*"

- label: "S"
  size-below: 10
- label: "M"
  size-above: 9
  size-below: 100
- label: "L"
  size-above: 100