k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/label_sync/labels_example.yaml (about)

     1  # Standard labels set (common for all kubernetes repos)
     2  ---
     3  default:
     4    labels:
     5      - color: green
     6        name: lgtm
     7        description: LGTM
     8      - color: red
     9        name: priority/P0
    10        description: P0 Priority
    11        previously:
    12        - color: blue
    13          name: P0
    14          description: P0 Priority
    15      - name: dead-label
    16        description: Delete Me :)
    17        deleteAfter: 2017-01-01T13:00:00Z
    18  orgs:
    19    org:
    20      labels:
    21        - color: green
    22          name: sgtm
    23          description: Sounds Good To Me
    24  repos:
    25    org/repo:
    26      labels:
    27        - color: blue
    28          name: tgtm
    29          description: Tastes Good To Me
    30  ...