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

     1  # default: global configuration to be applied to all repos
     2  # repos: list of repos with specific configuration to be applied in addition to default
     3  #   labels: list of labels - keys for each item: color, description, name, target, deleteAfter, previously
     4  #     deleteAfter: 2006-01-02T15:04:05Z (rfc3339)
     5  #     previously: list of previous labels (color name deleteAfter, previously)
     6  #     target: one of issues, prs, or both (also TBD)
     7  #     addedBy: human? prow plugin? other?
     8  ---
     9  default:
    10    labels:
    11      - color: e11d21
    12        description: Categorizes an issue or PR as actively needing an API review.
    13        name: api-review
    14        target: both
    15        prowPlugin: label
    16        addedBy: anyone
    17      - color: 0052cc
    18        description: Issues or PRs related to dependency changes
    19        name: area/dependency
    20        target: both
    21        addedBy: label
    22      - color: 0052cc
    23        description: Issues or PRs related to aws provider
    24        name: area/provider/aws
    25        target: both
    26        addedBy: label
    27        previously:
    28          - name: area/platform/aws
    29          - name: area/platform/eks
    30          - name: sig/aws
    31          - name: aws
    32      - color: 0052cc
    33        description: Issues or PRs related to azure provider
    34        name: area/provider/azure
    35        target: both
    36        addedBy: label
    37        previously:
    38          - name: area/platform/aks
    39          - name: area/platform/azure
    40          - name: sig/azure
    41          - name: azure
    42      - color: 0052cc
    43        description: Issues or PRs related to digitalocean provider
    44        name: area/provider/digitalocean
    45        target: both
    46        addedBy: label
    47      - color: 0052cc
    48        description: Issues or PRs related to gcp provider
    49        name: area/provider/gcp
    50        target: both
    51        addedBy: label
    52        previously:
    53          - name: area/platform/gcp
    54          - name: area/platform/gke
    55          - name: sig/gcp
    56          - name: gcp
    57      - color: 0052cc
    58        description: Issues or PRs related to ibmcloud provider
    59        name: area/provider/ibmcloud
    60        target: both
    61        addedBy: label
    62        previously:
    63          - name: sig/ibmcloud
    64          - name: ibmcloud
    65      - color: 0052cc
    66        description: Issues or PRs related to openstack provider
    67        name: area/provider/openstack
    68        target: both
    69        addedBy: label
    70        previously:
    71          - name: sig/openstack
    72          - name: openstack
    73      - color: 0052cc
    74        description: Issues or PRs related to vmware provider
    75        name: area/provider/vmware
    76        target: both
    77        addedBy: label
    78        previously:
    79          - name: area/platform/vsphere
    80          - name: sig/vmware
    81          - name: vmware
    82      - color: 0052cc
    83        description: Issues or PRs that should potentially be discussed in a Kubernetes community meeting.
    84        name: area/community-meeting
    85        target: both
    86        prowPlugin: label
    87        addedBy: anyone
    88      - color: 0ffa16
    89        description: Indicates a PR has been approved by an approver from all required OWNERS files.
    90        name: approved
    91        target: prs
    92        prowPlugin: approve
    93        addedBy: approvers
    94      - color: fef2c0
    95        description: Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. # Consumed by the kubernetes/kubernetes cherry-pick-queue.
    96        name: cherry-pick-approved
    97        target: prs
    98        addedBy: humans
    99        previously:
   100          - name: cherrypick-approved
   101      - color: 8fc951
   102        description: Indicates an issue or PR is ready to be actively worked on.
   103        name: triage/accepted
   104        target: both
   105        prowPlugin: label
   106        addedBy: org members
   107      - color: d455d0
   108        description: Indicates an issue is a duplicate of other open issue.
   109        name: triage/duplicate
   110        target: both
   111        previously:
   112          - name: close/duplicate
   113          - name: duplicate
   114        addedBy: humans
   115      - color: d455d0
   116        description: Indicates an issue needs more information in order to work on it.
   117        name: triage/needs-information
   118        previously:
   119          - name: close/needs-information
   120        target: both
   121        addedBy: humans
   122      - color: d455d0
   123        description: Indicates an issue can not be reproduced as described.
   124        name: triage/not-reproducible
   125        previously:
   126          - name: close/not-reproducible
   127        target: both
   128        addedBy: humans
   129      - color: d455d0
   130        description: Indicates an issue that can not or will not be resolved.
   131        name: triage/unresolved
   132        previously:
   133          - name: close/unresolved
   134          - name: invalid
   135          - name: wontfix
   136        target: both
   137        addedBy: humans
   138      - color: c0ff4a
   139        description: Denotes an issue or PR intended to be handled by the code of conduct committee. # (as of yet non-existent)
   140        name: committee/code-of-conduct
   141        target: both
   142        prowPlugin: label
   143        addedBy: anyone
   144        previously:
   145          - name: committee/conduct
   146      - color: c0ff4a
   147        description: Denotes an issue or PR intended to be handled by the steering committee.
   148        name: committee/steering
   149        target: both
   150        prowPlugin: label
   151        addedBy: anyone
   152      - color: c0ff4a
   153        description: Denotes an issue or PR intended to be handled by the product security committee.
   154        name: committee/security-response
   155        target: both
   156        prowPlugin: label
   157        addedBy: anyone
   158        previously:
   159          - name: committee/product-security
   160      - color: e11d21
   161        description: Indicates the PR's author has not signed the CNCF CLA.
   162        name: 'cncf-cla: no'
   163        target: prs
   164        prowPlugin: cla
   165        addedBy: prow
   166      - color: bfe5bf
   167        description: Indicates the PR's author has signed the CNCF CLA.
   168        name: 'cncf-cla: yes'
   169        target: prs
   170        prowPlugin: cla
   171        addedBy: prow
   172      - color: e11d21
   173        description: DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed.
   174        name: do-not-merge
   175        target: prs
   176        addedBy: humans
   177      - color: e11d21
   178        description: Indicates that a PR should not merge because it touches files in blocked paths.
   179        name: do-not-merge/blocked-paths
   180        target: prs
   181        prowPlugin: blockade
   182        addedBy: prow
   183      - color: e11d21
   184        description: Indicates that a PR is not yet approved to merge into a release branch.
   185        name: do-not-merge/cherry-pick-not-approved
   186        target: prs
   187        addedBy: prow
   188        prowPlugin: cherrypickunapproved
   189      - color: e11d21
   190        description: Indicates that a PR should not merge because someone has issued a /hold command.
   191        name: do-not-merge/hold
   192        target: prs
   193        prowPlugin: hold
   194        addedBy: anyone
   195      - color: e11d21
   196        description: Indicates that a PR should not merge because it has an invalid commit message.
   197        name: do-not-merge/invalid-commit-message
   198        target: prs
   199        prowPlugin: invalidcommitmsg
   200        addedBy: prow
   201      - color: e11d21
   202        description: Indicates that a PR should not merge because it has an invalid OWNERS file in it.
   203        name: do-not-merge/invalid-owners-file
   204        target: prs
   205        prowPlugin: verify-owners
   206        addedBy: prow
   207      - color: e11d21
   208        description: Indicates that a PR should not merge because it's missing one of the release note labels.
   209        name: do-not-merge/release-note-label-needed
   210        previously:
   211          - name: release-note-label-needed
   212        target: prs
   213        prowPlugin: releasenote
   214        addedBy: prow
   215      - color: e11d21
   216        description: Indicates that a PR should not merge because it is a work in progress.
   217        name: do-not-merge/work-in-progress
   218        target: prs
   219        prowPlugin: wip
   220        addedBy: prow
   221      - color: 7057ff
   222        description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
   223        name: 'good first issue'
   224        previously:
   225          - name: for-new-contributors
   226        target: issues
   227        prowPlugin: help
   228        addedBy: anyone
   229      - color: 006b75
   230        description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
   231        name: 'help wanted'
   232        previously:
   233          - name: help-wanted
   234        target: issues
   235        prowPlugin: help
   236        addedBy: anyone
   237      - color: e11d21
   238        description: Categorizes issue or PR as related to adding, removing, or otherwise changing an API
   239        name: kind/api-change
   240        previously:
   241          - name: kind/new-api
   242        target: both
   243        prowPlugin: label
   244        addedBy: anyone
   245      - color: e11d21
   246        description: Categorizes issue or PR as related to a bug.
   247        name: kind/bug
   248        previously:
   249          - name: bug
   250        target: both
   251        prowPlugin: label
   252        addedBy: anyone
   253      - color: c7def8
   254        description: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
   255        name: kind/cleanup
   256        previously:
   257          - name: kind/friction
   258          - name: kind/technical-debt
   259        target: both
   260        prowPlugin: label
   261        addedBy: anyone
   262      - color: e11d21
   263        description: Categorizes issue or PR as related to a feature/enhancement marked for deprecation.
   264        name: kind/deprecation
   265        target: both
   266        prowPlugin: label
   267        addedBy: anyone
   268      - color: c7def8
   269        description: Categorizes issue or PR as related to documentation.
   270        name: kind/documentation
   271        previously:
   272          - name: kind/old-docs
   273        target: both
   274        prowPlugin: label
   275        addedBy: anyone
   276      - color: e11d21
   277        description: Categorizes issue or PR as related to a consistently or frequently failing test.
   278        name: kind/failing-test
   279        previously:
   280          - name: priority/failing-test
   281          - name: kind/e2e-test-failure
   282          - name: kind/upgrade-test-failure
   283        target: both
   284        prowPlugin: label
   285        addedBy: anyone
   286      - color: c7def8
   287        description: Categorizes issue or PR as related to a new feature.
   288        name: kind/feature
   289        previously:
   290          - name: enhancement
   291          - name: kind/enhancement
   292        target: both
   293        prowPlugin: label
   294        addedBy: anyone
   295      - color: f7c6c7
   296        description: Categorizes issue or PR as related to a flaky test.
   297        name: kind/flake
   298        target: both
   299        prowPlugin: label
   300        addedBy: anyone
   301      - color: e11d21
   302        description: Categorizes issue or PR as related to a regression from a prior release.
   303        name: kind/regression
   304        target: both
   305        prowPlugin: label
   306        addedBy: anyone
   307      - color: d455d0
   308        description: Categorizes issue or PR as a support question.
   309        name: kind/support
   310        previously:
   311          - name: close/support
   312          - name: question
   313          - name: triage/support
   314        target: both
   315        addedBy: humans
   316      - color: 15dd18
   317        description: '"Looks good to me", indicates that a PR is ready to be merged.'
   318        name: lgtm
   319        target: prs
   320        prowPlugin: lgtm
   321        addedBy: reviewers or members
   322      - color: d3e2f0
   323        description: Indicates that an issue or PR should not be auto-closed due to staleness.
   324        name: lifecycle/frozen
   325        previously:
   326        - name: keep-open
   327        target: both
   328        prowPlugin: lifecycle
   329        addedBy: anyone
   330      - color: 8fc951
   331        description: Indicates that an issue or PR is actively being worked on by a contributor.
   332        name: lifecycle/active
   333        previously:
   334        - name: active
   335        target: both
   336        prowPlugin: lifecycle
   337        addedBy: anyone
   338      - color: "604460"
   339        description: Denotes an issue or PR that has aged beyond stale and will be auto-closed.
   340        name: lifecycle/rotten
   341        target: both
   342        prowPlugin: lifecycle
   343        addedBy: anyone or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-rotten prowjob](https://prow.k8s.io/?job=periodic-test-infra-rotten)
   344      - color: "795548"
   345        description: Denotes an issue or PR has remained open with no activity and has become stale.
   346        name: lifecycle/stale
   347        previously:
   348          - name: stale
   349        target: both
   350        prowPlugin: lifecycle
   351        addedBy: anyone or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-stale prowjob](https://prow.k8s.io/?job=periodic-test-infra-stale)
   352      - color: ededed
   353        description: Indicates a PR lacks a `kind/foo` label and requires one.
   354        name: needs-kind
   355        target: prs
   356        prowPlugin: require-matching-label
   357        addedBy: prow
   358      - color: b60205
   359        description: Indicates a PR that requires an org member to verify it is safe to test. # This is to prevent spam/abuse of our CI system, and can be circumvented by becoming an org member. Org members can remove this label with the `/ok-to-test` command.
   360        name: needs-ok-to-test
   361        target: prs
   362        prowPlugin: trigger
   363        addedBy: prow
   364      - color: e11d21
   365        description: Indicates a PR cannot be merged because it has merge conflicts with HEAD.
   366        name: needs-rebase
   367        target: prs
   368        prowPlugin: needs-rebase
   369        isExternalPlugin: true
   370        addedBy: prow
   371      - color: ededed
   372        description: Indicates an issue or PR lacks a `sig/foo` label and requires one.
   373        name: needs-sig
   374        target: both
   375        prowPlugin: require-matching-label
   376        addedBy: prow
   377      - color: ededed
   378        description: Indicates an issue or PR lacks a `triage/foo` label and requires one.
   379        name: needs-triage
   380        target: both
   381        prowPlugin: require-matching-label
   382        addedBy: prow
   383      - color: 15dd18
   384        description: Indicates a non-member PR verified by an org member that is safe to test. # This is the opposite of needs-ok-to-test and should be mutually exclusive.
   385        name: ok-to-test
   386        target: prs
   387        prowPlugin: trigger
   388        addedBy: prow
   389      - color: fef2c0
   390        description: Lowest priority. Possibly useful, but not yet enough support to actually get it done. # These are mostly place-holders for potentially good ideas, so that they don't get completely forgotten, and can be referenced /deduped every time they come up.
   391        name: priority/awaiting-more-evidence
   392        target: both
   393        prowPlugin: label
   394        addedBy: anyone
   395      - color: fbca04
   396        description: Higher priority than priority/awaiting-more-evidence. # There appears to be general agreement that this would be good to have, but we may not have anyone available to work on it right now or in the immediate future. Community contributions would be most welcome in the mean time (although it might take a while to get them reviewed if reviewers are fully occupied with higher priority issues, for example immediately before a release).
   397        name: priority/backlog
   398        target: both
   399        prowPlugin: label
   400        addedBy: anyone
   401      - color: e11d21
   402        description: Highest priority. Must be actively worked on as someone's top priority right now. # Stuff is burning. If it's not being actively worked on, someone is expected to drop what they're doing immediately to work on it. Team leaders are responsible for making sure that all the issues, labeled with this priority, in their area are being actively worked on. Examples include user-visible bugs in core features, broken builds or tests and critical security issues.
   403        name: priority/critical-urgent
   404        target: both
   405        prowPlugin: label
   406        addedBy: anyone
   407      - color: eb6420
   408        description: Important over the long term, but may not be staffed and/or may need multiple releases to complete.
   409        name: priority/important-longterm
   410        target: both
   411        prowPlugin: label
   412        addedBy: anyone
   413      - color: eb6420
   414        description: Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
   415        name: priority/important-soon
   416        target: both
   417        prowPlugin: label
   418        addedBy: anyone
   419      - color: c2e0c6
   420        description: Denotes a PR that will be considered when it comes time to generate release notes.
   421        name: release-note
   422        target: prs
   423        prowPlugin: releasenote
   424        addedBy: prow
   425      - color: c2e0c6
   426        description: Denotes a PR that introduces potentially breaking changes that require user action. # These actions will be specifically called out when it comes time to generate release notes.
   427        name: release-note-action-required
   428        target: prs
   429        prowPlugin: releasenote
   430        addedBy: prow
   431      - color: c2e0c6
   432        description: Denotes a PR that doesn't merit a release note. # will be ignored when it comes time to generate release notes.
   433        name: release-note-none
   434        target: prs
   435        prowPlugin: releasenote
   436        addedBy: prow or member or author
   437      - color: d2b48c
   438        description: Categorizes an issue or PR as relevant to SIG API Machinery.
   439        name: sig/api-machinery
   440        target: both
   441        prowPlugin: label
   442        addedBy: anyone
   443      - color: d2b48c
   444        description: Categorizes an issue or PR as relevant to SIG Apps.
   445        name: sig/apps
   446        target: both
   447        prowPlugin: label
   448        addedBy: anyone
   449      - color: d2b48c
   450        description: Categorizes an issue or PR as relevant to SIG Architecture.
   451        name: sig/architecture
   452        target: both
   453        prowPlugin: label
   454        addedBy: anyone
   455      - color: d2b48c
   456        description: Categorizes an issue or PR as relevant to SIG Auth.
   457        name: sig/auth
   458        target: both
   459        prowPlugin: label
   460        addedBy: anyone
   461      - color: d2b48c
   462        description: Categorizes an issue or PR as relevant to SIG Autoscaling.
   463        name: sig/autoscaling
   464        target: both
   465        prowPlugin: label
   466        addedBy: anyone
   467      - color: d2b48c
   468        description: Categorizes an issue or PR as relevant to SIG CLI.
   469        name: sig/cli
   470        target: both
   471        prowPlugin: label
   472        addedBy: anyone
   473      - color: d2b48c
   474        description: Categorizes an issue or PR as relevant to SIG Cloud Provider.
   475        name: sig/cloud-provider
   476        target: both
   477        prowPlugin: label
   478        addedBy: anyone
   479      - color: d2b48c
   480        description: Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
   481        name: sig/cluster-lifecycle
   482        target: both
   483        prowPlugin: label
   484        addedBy: anyone
   485      - color: d2b48c
   486        description: Categorizes an issue or PR as relevant to SIG Contributor Experience.
   487        name: sig/contributor-experience
   488        target: both
   489        prowPlugin: label
   490        addedBy: anyone
   491      - color: d2b48c
   492        description: Categorizes an issue or PR as relevant to SIG Docs.
   493        name: sig/docs
   494        target: both
   495        prowPlugin: label
   496        addedBy: anyone
   497      - color: d2b48c
   498        description: Categorizes an issue or PR as relevant to SIG Etcd.
   499        name: sig/etcd
   500        target: both
   501        prowPlugin: label
   502        addedBy: anyone
   503      - color: d2b48c
   504        description: Categorizes an issue or PR as relevant to SIG Instrumentation.
   505        name: sig/instrumentation
   506        target: both
   507        prowPlugin: label
   508        addedBy: anyone
   509      - color: d2b48c
   510        description: Categorizes an issue or PR as relevant to SIG K8s Infra.
   511        name: sig/k8s-infra
   512        target: both
   513        prowPlugin: label
   514        addedBy: anyone
   515        previously:
   516          - name: wg/k8s-infra
   517      - color: d2b48c
   518        description: Categorizes an issue or PR as relevant to SIG Multicluster.
   519        name: sig/multicluster
   520        previously:
   521          - name: sig/federation
   522          - name: 'sig/federation (deprecated - do not use)'
   523        target: both
   524        prowPlugin: label
   525        addedBy: anyone
   526      - color: d2b48c
   527        description: Categorizes an issue or PR as relevant to SIG Network.
   528        name: sig/network
   529        target: both
   530        prowPlugin: label
   531        addedBy: anyone
   532      - color: d2b48c
   533        description: Categorizes an issue or PR as relevant to SIG Node.
   534        name: sig/node
   535        target: both
   536        prowPlugin: label
   537        addedBy: anyone
   538      - color: d2b48c
   539        description: Categorizes an issue or PR as relevant to SIG Release.
   540        name: sig/release
   541        target: both
   542        prowPlugin: label
   543        addedBy: anyone
   544      - color: d2b48c
   545        description: Categorizes an issue or PR as relevant to SIG Scalability.
   546        name: sig/scalability
   547        target: both
   548        prowPlugin: label
   549        addedBy: anyone
   550      - color: d2b48c
   551        description: Categorizes an issue or PR as relevant to SIG Scheduling.
   552        name: sig/scheduling
   553        target: both
   554        prowPlugin: label
   555        addedBy: anyone
   556      - color: d2b48c
   557        description: Categorizes an issue or PR as relevant to SIG Security.
   558        name: sig/security
   559        target: both
   560        prowPlugin: label
   561        addedBy: anyone
   562      - color: d2b48c
   563        description: Categorizes an issue or PR as relevant to SIG Storage.
   564        name: sig/storage
   565        target: both
   566        prowPlugin: label
   567        addedBy: anyone
   568      - color: d2b48c
   569        description: Categorizes an issue or PR as relevant to SIG Testing.
   570        name: sig/testing
   571        target: both
   572        prowPlugin: label
   573        addedBy: anyone
   574      - color: d2b48c
   575        description: Categorizes an issue or PR as relevant to SIG UI.
   576        name: sig/ui
   577        target: both
   578        prowPlugin: label
   579        addedBy: anyone
   580      - color: d2b48c
   581        description: Categorizes an issue or PR as relevant to SIG Windows.
   582        name: sig/windows
   583        target: both
   584        prowPlugin: label
   585        addedBy: anyone
   586      - color: d2b48c
   587        description: Categorizes an issue or PR as relevant to WG API Expression.
   588        name: wg/api-expression
   589        target: both
   590        prowPlugin: label
   591        addedBy: anyone
   592        previously:
   593          - name: wg/apply
   594      - color: d2b48c
   595        description: Categorizes an issue or PR as relevant to WG Batch.
   596        name: wg/batch
   597        target: both
   598        prowPlugin: label
   599        addedBy: anyone
   600      - color: d2b48c
   601        description: Categorizes an issue or PR as relevant to WG Data Protection.
   602        name: wg/data-protection
   603        target: both
   604        prowPlugin: label
   605        addedBy: anyone
   606      - color: d2b48c
   607        description: Categorizes an issue or PR as relevant to WG IOT Edge.
   608        name: wg/iot-edge
   609        target: both
   610        prowPlugin: label
   611        addedBy: anyone
   612      - color: d2b48c
   613        description: Categorizes an issue or PR as relevant to WG Multitenancy.
   614        name: wg/multitenancy
   615        target: both
   616        prowPlugin: label
   617        addedBy: anyone
   618      - color: d2b48c
   619        description: Categorizes an issue or PR as relevant to WG Naming.
   620        name: wg/naming
   621        target: both
   622        prowPlugin: label
   623        addedBy: anyone
   624      - color: d2b48c
   625        description: Categorizes an issue or PR as relevant to WG Policy.
   626        name: wg/policy
   627        target: both
   628        prowPlugin: label
   629        addedBy: anyone
   630      - color: d2b48c
   631        description: Categorizes an issue or PR as relevant to WG Reliability
   632        name: wg/reliability
   633        target: both
   634        prowPlugin: label
   635        addedBy: anyone
   636      - color: d2b48c
   637        description: Categorizes an issue or PR as relevant to WG Serving.
   638        name: wg/serving
   639        target: both
   640        prowPlugin: label
   641        addedBy: anyone
   642      - color: d2b48c
   643        description: Categorizes an issue or PR as relevant to WG Structured Logging.
   644        name: wg/structured-logging
   645        target: both
   646        prowPlugin: label
   647        addedBy: anyone
   648      - color: d2b48c
   649        description: Categorizes an issue or PR as relevant to ug-big-data.
   650        name: ug/big-data
   651        target: both
   652        prowPlugin: label
   653        addedBy: anyone
   654        previously:
   655        - name: sig/big-data
   656      - color: d2b48c
   657        description: Categorizes an issue or PR as relevant to ug-vmware.
   658        name: ug/vmware
   659        target: both
   660        prowPlugin: label
   661        addedBy: anyone
   662      - color: ee9900
   663        description: Denotes a PR that changes 100-499 lines, ignoring generated files.
   664        name: size/L
   665        target: prs
   666        prowPlugin: size
   667        addedBy: prow
   668      - color: eebb00
   669        description: Denotes a PR that changes 30-99 lines, ignoring generated files.
   670        name: size/M
   671        target: prs
   672        prowPlugin: size
   673        addedBy: prow
   674      - color: 77bb00
   675        description: Denotes a PR that changes 10-29 lines, ignoring generated files.
   676        name: size/S
   677        target: prs
   678        prowPlugin: size
   679        addedBy: prow
   680      - color: ee5500
   681        description: Denotes a PR that changes 500-999 lines, ignoring generated files.
   682        name: size/XL
   683        target: prs
   684        prowPlugin: size
   685        addedBy: prow
   686      - color: "009900"
   687        description: Denotes a PR that changes 0-9 lines, ignoring generated files.
   688        name: size/XS
   689        target: prs
   690        prowPlugin: size
   691        addedBy: prow
   692      - color: ee0000
   693        description: Denotes a PR that changes 1000+ lines, ignoring generated files.
   694        name: size/XXL
   695        target: prs
   696        prowPlugin: size
   697        addedBy: prow
   698      - color: ffaa00
   699        description: Denotes a PR that should be squashed by tide when it merges.
   700        name: tide/merge-method-squash
   701        target: prs
   702        addedBy: humans
   703        previously:
   704          - name: tide/squash
   705      - color: ffaa00
   706        description: Denotes a PR that should be rebased by tide when it merges.
   707        name: tide/merge-method-rebase
   708        target: prs
   709        addedBy: humans
   710      - color: ffaa00
   711        description: Denotes a PR that should use a standard merge by tide when it merges.
   712        name: tide/merge-method-merge
   713        target: prs
   714        addedBy: humans
   715      - color: e11d21
   716        description: Denotes an issue that blocks the tide merge queue for a branch while it is open.
   717        name: tide/merge-blocker
   718        target: issues
   719        addedBy: humans
   720        previously:
   721          - name: merge-blocker
   722      - color: f9d0c4
   723        description: ¯\\\_(ツ)_/¯
   724        name: "¯\\_(ツ)_/¯"
   725        target: both
   726        prowPlugin: shrug
   727        addedBy: humans
   728  repos:
   729    kubernetes/community:
   730      labels:
   731        - color: 0052cc
   732          description: Issues or PRs related to the Contributor Summit in China
   733          name: area/cn-summit
   734          target: both
   735          addedBy: label
   736        - color: 0052cc
   737          description: Issues or PRs related to kubernetes code organization
   738          name: area/code-organization
   739          target: both
   740          addedBy: label
   741        - color: 0052cc
   742          description: Issues or PRs related to kubernetes conformance tests
   743          name: area/conformance
   744          target: both
   745          addedBy: label
   746        - color: 0052cc
   747          description: Issues or PRs related to the contributor guide
   748          name: area/contributor-guide
   749          target: both
   750          addedBy: label
   751        - color: 0052cc
   752          description: Issues or PRs related to all Contributor Summit events
   753          name: area/contributor-summit
   754          target: both
   755          addedBy: label
   756        - color: 0052cc
   757          description: Issues or PRs related to deflaking kubernetes tests
   758          name: area/deflake
   759          target: both
   760          addedBy: label
   761        - color: 0052cc
   762          description: Issues or PRs related to the developer guide
   763          name: area/developer-guide
   764          target: both
   765          addedBy: label
   766        - color: 0052cc
   767          description: Issues or PRs related to the devstats subproject
   768          name: area/devstats
   769          target: both
   770          addedBy: label
   771        - color: 0052cc
   772          description: Issues or PRs related to refactoring the kubernetes e2e test framework
   773          name: area/e2e-test-framework
   774          target: both
   775          addedBy: label
   776        - color: 0052cc
   777          description: Issues or PRs related to the Enhancements subproject
   778          name: area/enhancements
   779          target: both
   780          addedBy: label
   781        - color: 0052cc
   782          description: Issues or PRs related to community elections
   783          name: area/elections
   784          target: both
   785          addedBy: label
   786        - color: 0052cc
   787          description: Issues or PRs related to GitHub Management subproject
   788          name: area/github-management
   789          target: both
   790          addedBy: label
   791        - color: 0052cc
   792          description: Issues or PRs related to the Contributor Summit in North America
   793          name: area/na-summit
   794          target: both
   795          addedBy: label
   796        - color: 0052cc
   797          description: Issues or PRs related to the Contributor Summit in Europe
   798          name: area/eu-summit
   799          target: both
   800          addedBy: label
   801        - color: 0052cc
   802          description: Issues or PRs related to the release-team subproject
   803          name: area/release-team
   804          target: both
   805          addedBy: label
   806        - color: 0052cc
   807          description: Issues or PRs related to the Slack Management subproject
   808          name: area/slack-management
   809          target: both
   810          addedBy: label
   811        - color: 0052cc
   812          description: Issues or PRs related to the upstream marketing team
   813          name: area/contributor-comms
   814          target: both
   815          addedBy: label
   816        - color: 0052cc
   817          description: Issues or PRs related to the annual reports
   818          name: area/annual-reports
   819          target: both
   820          addedBy: label
   821    kubernetes/dns:
   822      labels:
   823        - color: 0052cc
   824          description: Issues related to kube-dns
   825          name: area/kubedns
   826          target: issues
   827          prowPlugin: label
   828          addedBy: anyone
   829        - color: 0052cc
   830          description: Issues related to node-local-dns
   831          name: area/nodelocaldns
   832          target: issues
   833          prowPlugin: label
   834          addedBy: anyone
   835    kubernetes/enhancements:
   836      labels:
   837        - color: 0052cc
   838          description: Issues or PRs related to kubernetes code organization
   839          name: area/code-organization
   840          target: both
   841          prowPlugin: label
   842          addedBy: anyone
   843        - color: 0052cc
   844          description: Issues or PRs related to the upstream marketing team
   845          name: area/contributor-comms
   846          target: both
   847          prowPlugin: label
   848          addedBy: anyone
   849        - color: 0052cc
   850          description: Issues or PRs related to the Enhancements subproject
   851          name: area/enhancements
   852          target: both
   853          prowPlugin: label
   854          addedBy: anyone
   855        - color: 0052cc
   856          description: Issues or PRs related to the Release Engineering subproject
   857          name: area/release-eng
   858          previously:
   859            - name: area/release-infra
   860          target: both
   861          prowPlugin: label
   862          addedBy: anyone
   863        - color: cc99ff
   864          description: Categorizes KEP tracking issues and PRs modifying the KEP directory
   865          name: kind/kep
   866          target: both
   867          prowPlugin: label
   868          addedBy: anyone
   869        - color: d93f0b
   870          description: Denotes that an issue has been opted in to a release
   871          name: lead-opted-in
   872          target: issues
   873          prowPlugin: label
   874          addedBy: SIG leads ONLY
   875        - color: d93f0b
   876          description: Denotes an issue tracking an enhancement targeted for Alpha status
   877          name: stage/alpha
   878          target: issues
   879          prowPlugin: stage
   880          addedBy: anyone
   881        - color: fbca04
   882          description: Denotes an issue tracking an enhancement targeted for Beta status
   883          name: stage/beta
   884          target: issues
   885          prowPlugin: stage
   886          addedBy: anyone
   887        - color: 0e8a16
   888          description: Denotes an issue tracking an enhancement targeted for Stable/GA status
   889          name: stage/stable
   890          target: issues
   891          prowPlugin: stage
   892          addedBy: anyone
   893        - color: eb6420
   894          description: Denotes an out-of-tree enhancement issue, which does not need to be tracked by the Release Team
   895          name: tracked/out-of-tree
   896          target: issues
   897          prowPlugin: label
   898          addedBy: Release enhancements team ONLY
   899        - color: e04338
   900          description: Denotes an enhancement issue is NOT actively being tracked by the Release Team
   901          name: tracked/no
   902          target: issues
   903          prowPlugin: label
   904          addedBy: Release enhancements team ONLY
   905        - color: 108737
   906          description: Denotes an enhancement issue is actively being tracked by the Release Team
   907          name: tracked/yes
   908          target: issues
   909          prowPlugin: label
   910          addedBy: Release enhancements team ONLY
   911    kubernetes/k8s.io:
   912      labels:
   913        - color: 0052cc
   914          description: Define who has access to what via IAM bindings, role bindings, policy, etc.
   915          name: area/access
   916          target: both
   917          prowPlugin: label
   918          addedBy: anyone
   919        - color: 0052cc
   920          description: Application management, code in apps/
   921          name: area/apps
   922          target: both
   923          prowPlugin: label
   924          addedBy: anyone
   925          previously:
   926            - name: area/cluster-infra
   927        - color: 0052cc
   928          description: cert-manager, code in apps/cert-manager/
   929          name: area/apps/cert-manager
   930          target: both
   931          prowPlugin: label
   932          addedBy: anyone
   933          previously:
   934            - name: area/infra/cert-manager
   935        - color: 0052cc
   936          description: gcsweb.k8s.io, code in apps/gcsweb/
   937          name: area/apps/gcsweb
   938          target: both
   939          prowPlugin: label
   940          addedBy: anyone
   941        - color: 0052cc
   942          description: k8s.io redirector, code in apps/k8s-io/
   943          name: area/apps/k8s-io
   944          target: both
   945          prowPlugin: label
   946          addedBy: anyone
   947        - color: 0052cc
   948          description: kubernetes-external-secrets, code in apps/kubernetes-external-secrets/
   949          name: area/apps/kubernetes-external-secrets
   950          target: both
   951          prowPlugin: label
   952          addedBy: anyone
   953        - color: 0052cc
   954          description: perfdash.k8s.io, code in apps/perdash/
   955          name: area/apps/perfdash
   956          target: both
   957          prowPlugin: label
   958          addedBy: anyone
   959        - color: 0052cc
   960          description: k8s-infra-prow.k8s.io, code in apps/prow/
   961          name: area/apps/prow
   962          target: both
   963          prowPlugin: label
   964          addedBy: anyone
   965        - color: 0052cc
   966          description: publishing-bot, code in apps/publishing-bot/
   967          name: area/apps/publishing-bot
   968          target: both
   969          prowPlugin: label
   970          addedBy: anyone
   971          previously:
   972            - name: area/infra/publishing-bot
   973        - color: 0052cc
   974          description: slack.k8s.io, slack-infra, code in apps/slack-infra
   975          name: area/apps/slack-infra
   976          target: both
   977          prowPlugin: label
   978          addedBy: anyone
   979        - color: 0052cc
   980          description: release.triage.k8s.io, triage-party, code in apps/triageparty-release
   981          name: area/apps/triageparty-release
   982          target: both
   983          prowPlugin: label
   984          addedBy: anyone
   985        - color: 0052cc
   986          description: Issues or PRs related to the hosting of release artifacts for subprojects
   987          name: area/artifacts
   988          target: both
   989          prowPlugin: label
   990          addedBy: anyone
   991        - color: 0052cc
   992          description: Audit of project resources, audit followup issues, code in audit/
   993          name: area/audit
   994          target: both
   995          prowPlugin: label
   996          addedBy: anyone
   997          previously:
   998            - name: area/infra/auditing
   999        - color: 0052cc
  1000          description: Bash scripts, testing them, writing less of them, code in infra/gcp/
  1001          name: area/bash
  1002          target: both
  1003          prowPlugin: label
  1004          addedBy: anyone
  1005        - color: 0052cc
  1006          description: Issues or PRs related to billing
  1007          name: area/billing
  1008          target: both
  1009          prowPlugin: label
  1010          addedBy: anyone
  1011        - color: 0052cc
  1012          description: Issues or PRs related to managing k8s clusters to run k8s-infra
  1013          name: area/cluster-mgmt
  1014          target: both
  1015          prowPlugin: label
  1016          addedBy: anyone
  1017          deleteAfter: "2021-08-04T00:00:00Z"
  1018        - color: 0052cc
  1019          description: DNS records for k8s.io, kubernetes.io, k8s.dev, etc., code in dns/
  1020          name: area/dns
  1021          target: both
  1022          prowPlugin: label
  1023          addedBy: anyone
  1024        - color: 0052cc
  1025          description: Code in k8s.gcr.io/
  1026          name: area/k8s.gcr.io
  1027          target: both
  1028          prowPlugin: label
  1029          addedBy: anyone
  1030        - color: 0052cc
  1031          description: Code in registry.k8s.io/
  1032          name: area/registry.k8s.io
  1033          target: both
  1034          prowPlugin: label
  1035          addedBy: anyone
  1036        - color: 0052cc
  1037          description: Google Groups management, code in groups/
  1038          name: area/groups
  1039          target: both
  1040          prowPlugin: label
  1041          addedBy: anyone
  1042        - color: 0052cc
  1043          description: Infrastructure management, infrastructure design, code in infra/
  1044          name: area/infra
  1045          target: both
  1046          prowPlugin: label
  1047          addedBy: anyone
  1048          previously:
  1049            - name: area/cluster-infra
  1050        - color: 0052cc
  1051          description: Issues or PRs related to Kubernetes AWS infrastructure
  1052          name: area/infra/aws
  1053          target: both
  1054          prowPlugin: label
  1055          addedBy: anyone
  1056        - color: 0052cc
  1057          description: Issues or PRs related to Kubernetes GCP infrastructure
  1058          name: area/infra/gcp
  1059          target: both
  1060          prowPlugin: label
  1061          addedBy: anyone
  1062        - color: 0052cc
  1063          description: Issues or PRs related to monitoring of the Kubernetes project infrastructure
  1064          name: area/infra/monitoring
  1065          target: both
  1066          prowPlugin: label
  1067          addedBy: anyone
  1068          deleteAfter: "2021-08-04T00:00:00Z"
  1069        - color: 0052cc
  1070          description: Issues or PR related to reliability of the Kubernetes project infrastructure
  1071          name: area/infra/reliability
  1072          target: both
  1073          prowPlugin: label
  1074          addedBy: anyone
  1075          deleteAfter: "2021-08-04T00:00:00Z"
  1076        - color: 0052cc
  1077          description: Crafting policy, policy decisions, code in policy/
  1078          name: area/policy
  1079          target: both
  1080          prowPlugin: label
  1081          addedBy: anyone
  1082        - color: 0052cc
  1083          description: Setting up or working with prow in general, prow.k8s.io, prow build clusters
  1084          name: area/prow
  1085          target: both
  1086          prowPlugin: label
  1087          addedBy: anyone
  1088        - color: 0052cc
  1089          description: Issues or PRs related to the Release Engineering subproject
  1090          name: area/release-eng
  1091          target: both
  1092          prowPlugin: label
  1093          addedBy: anyone
  1094        - color: 0052cc
  1095          description: Terraform modules, testing them, writing more of them, code in infra/gcp/clusters/
  1096          name: area/terraform
  1097          target: both
  1098          prowPlugin: label
  1099          addedBy: anyone
  1100          previously:
  1101            - name: area/infra/terraform
  1102        - color: 0ffa16
  1103          description: Indicates a PR is trusted, used by tide for auto-merging PRs.
  1104          name: skip-review
  1105          target: prs
  1106          addedBy: autobump bot
  1107    kubernetes/kubernetes:
  1108      labels:
  1109        - color: 0052cc
  1110          description: Indicates an issue on admin area.
  1111          name: area/admin
  1112          target: issues
  1113          addedBy: label
  1114        - color: 0052cc
  1115          description: Indicates an issue on api area.
  1116          name: area/api
  1117          target: issues
  1118          addedBy: label
  1119        - color: 0052cc
  1120          description: Issues or PRs related to the hosting of release artifacts for subprojects
  1121          name: area/artifacts
  1122          target: both
  1123          prowPlugin: label
  1124          addedBy: anyone
  1125        - color: 0052cc
  1126          description: Issues or PRs related to kubernetes code organization
  1127          name: area/code-organization
  1128          target: both
  1129          addedBy: label
  1130        - color: 0052cc
  1131          description: Issues or PRs related to kubernetes conformance tests
  1132          name: area/conformance
  1133          target: both
  1134          addedBy: label
  1135        - color: 0052cc
  1136          description: Issues or PRs related to deflaking kubernetes tests
  1137          name: area/deflake
  1138          target: both
  1139          addedBy: label
  1140        - color: 0052cc
  1141          description: Issues or PRs related to refactoring the kubernetes e2e test framework
  1142          name: area/e2e-test-framework
  1143          target: both
  1144          addedBy: label
  1145        - color: 0052cc
  1146          description: Issues or PRs related to Network Policy subproject
  1147          name: area/network-policy
  1148          target: both
  1149          addedBy: label
  1150        - color: 0052cc
  1151          description: Issues or PRs related to Node lifecycle
  1152          name: area/node-lifecycle
  1153          target: both
  1154          addedBy: label
  1155        - color: 0052cc
  1156          description: Issues or PRs related to Pod lifecycle
  1157          name: area/pod-lifecycle
  1158          target: both
  1159          addedBy: label
  1160        - color: 0052cc
  1161          description: Issues or PRs related to the Release Engineering subproject
  1162          name: area/release-eng
  1163          previously:
  1164            - name: area/release-infra
  1165          target: both
  1166          addedBy: label
  1167        - color: 0052cc
  1168          description: Issues or PRs involving stable metrics
  1169          name: area/stable-metrics
  1170          target: both
  1171          addedBy: label
  1172        - color: e11d21
  1173          description: Indicates a PR which contains merge commits.
  1174          name: do-not-merge/contains-merge-commits
  1175          target: prs
  1176          prowPlugin: mergecommitblocker
  1177          addedBy: prow
  1178        - color: ededed
  1179          description: Indicates a PR lacks a `priority/foo` label and requires one.
  1180          name: needs-priority
  1181          target: prs
  1182          prowPlugin: require-matching-label
  1183          addedBy: prow
  1184        - color: e11d21
  1185          description: Indicates a PR lacks a `kind/foo` label and requires one.
  1186          name: do-not-merge/needs-kind
  1187          target: prs
  1188          prowPlugin: require-matching-label
  1189          addedBy: prow
  1190        - color: e11d21
  1191          description: Indicates an issue or PR lacks a `sig/foo` label and requires one.
  1192          name: do-not-merge/needs-sig
  1193          target: prs
  1194          prowPlugin: require-matching-label
  1195          addedBy: prow
  1196        - color: 0052cc
  1197          description: Issues or PRs related to CVEs officially announced by Security Response Committee (SRC)
  1198          name: official-cve-feed
  1199          target: both
  1200          prowPlugin: label
  1201          addedBy: anyone
  1202  
  1203    kubernetes/org:
  1204      labels:
  1205        - color: 0052cc
  1206          description: Third-party integrations, webhooks, or GitHub Apps
  1207          name: area/github-integration
  1208          target: issues
  1209          addedBy: label
  1210        - color: 0052cc
  1211          description: Requesting membership in a Kubernetes GitHub Organization or Team
  1212          name: area/github-membership
  1213          target: issues
  1214          addedBy: label
  1215        - color: 0052cc
  1216          description: Creating, migrating or deleting a Kubernetes GitHub Repository
  1217          name: area/github-repo
  1218          target: issues
  1219          addedBy: label
  1220        - color: 0052cc
  1221          description: Issues or PRs related to GitHub Management subproject
  1222          name: area/github-management
  1223          target: both
  1224          addedBy: label
  1225    kubernetes/release:
  1226      labels:
  1227        - color: 0052cc
  1228          description: Issues or PRs related to the hosting of release artifacts for subprojects
  1229          name: area/artifacts
  1230          target: both
  1231          prowPlugin: label
  1232          addedBy: anyone
  1233        - color: 0052cc
  1234          description: Issues or PRs related to the Release Engineering subproject
  1235          name: area/release-eng
  1236          previously:
  1237            - name: area/release-infra
  1238          target: both
  1239          addedBy: label
  1240        - color: 0052cc
  1241          description: Issues or PRs related to release engineering security
  1242          name: area/release-eng/security
  1243          target: both
  1244          addedBy: label
  1245    kubernetes/sig-release:
  1246      labels:
  1247        - color: 0052cc
  1248          description: Issues or PRs related to the hosting of release artifacts for subprojects
  1249          name: area/artifacts
  1250          target: both
  1251          prowPlugin: label
  1252          addedBy: anyone
  1253        - color: 0052cc
  1254          description: Issues or PRs related to the Enhancements subproject
  1255          name: area/enhancements
  1256          target: both
  1257          addedBy: label
  1258        - color: 0052cc
  1259          description: Issues or PRs related to the Release Engineering subproject
  1260          name: area/release-eng
  1261          previously:
  1262            - name: area/release-infra
  1263          target: both
  1264          addedBy: label
  1265        - color: 0052cc
  1266          description: Issues or PRs related to release engineering security
  1267          name: area/release-eng/security
  1268          target: both
  1269          addedBy: label
  1270        - color: 0052cc
  1271          description: Issues or PRs related to the release-team subproject
  1272          name: area/release-team
  1273          target: both
  1274          addedBy: label
  1275    kubernetes/sig-security:
  1276      labels:
  1277        - color: 0052cc
  1278          description: Issues or PRs related to security assessment of sub-projects
  1279          name: area/security-assessment
  1280          target: both
  1281          addedBy: anyone
  1282    kubernetes/test-infra:
  1283      labels:
  1284        - color: 0052cc
  1285          description: Issues or PRs related to the hosting of release artifacts for subprojects
  1286          name: area/artifacts
  1287          target: both
  1288          prowPlugin: label
  1289          addedBy: anyone
  1290        - color: 0052cc
  1291          description: Issues or PRs related to code in /robots
  1292          name: area/robots
  1293          target: both
  1294          addedBy: label
  1295        - color: 0052cc
  1296          description: Issues or PRs related to code in /boskos
  1297          name: area/boskos
  1298          target: both
  1299          addedBy: label
  1300        - color: 0052cc
  1301          description: Issues or PRs related to code in /config
  1302          name: area/config
  1303          target: both
  1304          addedBy: label
  1305        - color: 0052cc
  1306          description: Issues or PRs related to kubernetes code organization
  1307          name: area/code-organization
  1308          target: both
  1309          addedBy: label
  1310        - color: 0052cc
  1311          description: Issues or PRs related to kubernetes conformance tests
  1312          name: area/conformance
  1313          target: both
  1314          addedBy: label
  1315        - color: 0052cc
  1316          description: Issues or PRs related to deflaking kubernetes tests
  1317          name: area/deflake
  1318          target: both
  1319          addedBy: label
  1320        - color: 0052cc
  1321          description: Issues or PRs related to refactoring the kubernetes e2e test framework
  1322          name: area/e2e-test-framework
  1323          target: both
  1324          addedBy: label
  1325        - color: 0052cc
  1326          description: Issues or PRs related to the Enhancements subproject
  1327          name: area/enhancements
  1328          target: both
  1329          addedBy: label
  1330        - color: 0052cc
  1331          description: Issues or PRs related to code in /ghproxy
  1332          name: area/ghproxy
  1333          target: both
  1334          addedBy: label
  1335        - color: 0052cc
  1336          description: Issues or PRs related to GitHub Management subproject
  1337          name: area/github-management
  1338          target: both
  1339          addedBy: label
  1340        - color: 0052cc
  1341          description: Issues or PRs related to code in /gopherage
  1342          name: area/gopherage
  1343          target: both
  1344          addedBy: humans
  1345        - color: 0052cc
  1346          description: Issues or PRs related to code in /greenhouse (our remote bazel cache)
  1347          name: area/greenhouse
  1348          target: both
  1349          addedBy: label
  1350        - color: 0052cc
  1351          description: Issues or PRs related to code in /gubernator
  1352          name: area/gubernator
  1353          target: both
  1354          addedBy: label
  1355        - color: 0052cc
  1356          description: Issues or PRs related to code in /kind
  1357          name: area/kind
  1358          target: both
  1359          addedBy: label
  1360        - color: 0052cc
  1361          description: Issues or PRs related to code in /label_sync
  1362          name: area/label_sync
  1363          target: both
  1364          addedBy: label
  1365        - color: 0052cc
  1366          description: Issues or PRs related to code in /mungegithub
  1367          name: area/mungegithub
  1368          target: both
  1369          addedBy: label
  1370        - color: 0052cc
  1371          description: Issues or PRs related to code in /planter
  1372          name: area/planter
  1373          target: both
  1374          addedBy: label
  1375        - color: 0052cc
  1376          description: Issues or PRs related to prow
  1377          name: area/prow
  1378          target: both
  1379          addedBy: label
  1380        - color: 0052cc
  1381          description: Issues or PRs related to prow's branchprotector component
  1382          name: area/prow/branchprotector
  1383          target: both
  1384          addedBy: label
  1385        - color: 0052cc
  1386          description: Updates to the k8s prow cluster
  1387          name: area/prow/bump
  1388          target: both
  1389          addedBy: label
  1390        - color: 0052cc
  1391          description: Issues or PRs related to prow's clonerefs component
  1392          name: area/prow/clonerefs
  1393          target: both
  1394          addedBy: label
  1395        - color: 0052cc
  1396          description: Issues or PRs related to prow's crier component
  1397          name: area/prow/crier
  1398          target: both
  1399          addedBy: label
  1400        - color: 0052cc
  1401          description: Issues or PRs related to prow's config-bootstrapper utility
  1402          name: area/prow/config-bootstrapper
  1403          target: both
  1404          addedBy: label
  1405        - color: 0052cc
  1406          description: Issues or PRs related to prow's deck component
  1407          name: area/prow/deck
  1408          target: both
  1409          addedBy: label
  1410        - color: 0052cc
  1411          description: Issues or PRs related to prow's entrypoint component
  1412          name: area/prow/entrypoint
  1413          target: both
  1414          addedBy: label
  1415        - color: 0052cc
  1416          description: Issues or PRs related to prow's gcsupload component
  1417          name: area/prow/gcsupload
  1418          target: both
  1419          addedBy: label
  1420        - color: 0052cc
  1421          description: Issues or PRs related to prow's gerrit component
  1422          name: area/prow/gerrit
  1423          target: both
  1424          addedBy: label
  1425        - color: 0052cc
  1426          description: Issues or PRs related to prow's hook component
  1427          name: area/prow/hook
  1428          target: both
  1429          addedBy: label
  1430        - color: 0052cc
  1431          description: Issues or PRs related to prow's horologium component
  1432          name: area/prow/horologium
  1433          target: both
  1434          addedBy: label
  1435        - color: 0052cc
  1436          description: Issues or PRs related to prow's initupload component
  1437          name: area/prow/initupload
  1438          target: both
  1439          addedBy: label
  1440        - color: 0052cc
  1441          description: Issues or PRs related to prow's jenkins-operator component
  1442          name: area/prow/jenkins-operator
  1443          target: both
  1444          addedBy: label
  1445        - color: 0052cc
  1446          description: Issues or PRs related to prow's knative-build controller component
  1447          name: area/prow/knative-build
  1448          target: both
  1449          addedBy: label
  1450        - color: 0052cc
  1451          description: Issues or PRs related to prow's mkpj component
  1452          name: area/prow/mkpj
  1453          target: both
  1454          addedBy: label
  1455        - color: 0052cc
  1456          description: Issues or PRs related to prow's mkpod component
  1457          name: area/prow/mkpod
  1458          target: both
  1459          addedBy: label
  1460        - color: 0052cc
  1461          description: Issues or PRs related to prow's peribolos component
  1462          name: area/prow/peribolos
  1463          target: both
  1464          addedBy: label
  1465        - color: 0052cc
  1466          description: Issues or PRs related to prow's phony component
  1467          name: area/prow/phony
  1468          target: both
  1469          addedBy: label
  1470        - color: 0052cc
  1471          description: Issues or PRs related to prow's plank component
  1472          name: area/prow/plank
  1473          target: both
  1474          addedBy: label
  1475        - color: 0052cc
  1476          description: Issues or PRs related to prow's plugins for the hook component
  1477          name: area/prow/plugins
  1478          target: both
  1479          addedBy: label
  1480        - color: 0052cc
  1481          description: Issues or PRs related to prow's pubsub reporter component
  1482          name: area/prow/pubsub
  1483          target: both
  1484          addedBy: label
  1485        - color: 0052cc
  1486          description: Issues or PRs related to prow's sidecar component
  1487          name: area/prow/sidecar
  1488          target: both
  1489          addedBy: label
  1490        - color: 0052cc
  1491          description: Issues or PRs related to prow's sinker component
  1492          name: area/prow/sinker
  1493          target: both
  1494          addedBy: label
  1495        - color: 0052cc
  1496          description: Issues or PRs related to prow's splice component
  1497          name: area/prow/splice
  1498          target: both
  1499          addedBy: label
  1500        - color: 0052cc
  1501          description: Issues or PRs related to reconciling status when jobs change
  1502          name: area/prow/status-reconciler
  1503          target: both
  1504          addedBy: label
  1505        - color: 0052cc
  1506          description: Issues or PRs related to prow's spyglass UI
  1507          name: area/prow/spyglass
  1508          target: both
  1509          addedBy: label
  1510        - color: 0052cc
  1511          description: Issues or PRs related to prow's tide component
  1512          name: area/prow/tide
  1513          target: both
  1514          addedBy: label
  1515        - color: 0052cc
  1516          description: Issues or PRs related to prow's tot component
  1517          name: area/prow/tot
  1518          target: both
  1519          addedBy: label
  1520        - color: 0052cc
  1521          description: Issues or PRs related to prow's pod-utilities component
  1522          name: area/prow/pod-utilities
  1523          target: both
  1524          addedBy: label
  1525        - color: 0052cc
  1526          description: Issues or PRs related to the Release Engineering subproject
  1527          name: area/release-eng
  1528          previously:
  1529            - name: area/release-infra
  1530          target: both
  1531          addedBy: label
  1532        - color: 0ffa16
  1533          description: Indicates a PR is trusted, used by tide for auto-merging PRs.
  1534          name: skip-review
  1535          target: prs
  1536          addedBy: autobump bot
  1537        - color: f7c6c7
  1538          description: Categorizes issue or PR as tracked by test-infra oncall.
  1539          name: kind/oncall-hotlist
  1540          target: both
  1541          prowPlugin: label
  1542          addedBy: anyone
  1543    kubernetes/website:
  1544      labels:
  1545        - color: 0052cc
  1546          description: Issues or PRs related to the Kubernetes Blog subproject
  1547          name: area/blog
  1548          target: both
  1549          prowPlugin: label
  1550          addedBy: anyone
  1551        - color: 0052cc
  1552          description: Issues or PRs related to the upstream marketing team
  1553          name: area/contributor-comms
  1554          target: both
  1555          addedBy: humans
  1556        - color: 0052cc
  1557          description: Issues or PRs related to the Release Engineering subproject
  1558          name: area/release-eng
  1559          target: both
  1560          prowPlugin: label
  1561          addedBy: anyone
  1562        - color: 0052cc
  1563          description: Issues or PRs related to the kubernetes.io's infrastructure, design, or build processes
  1564          name: area/web-development
  1565          target: both
  1566          addedBy: humans
  1567        - color: e9b3f9
  1568          description: Issues or PRs related to Arabic language
  1569          name: language/ar
  1570          target: both
  1571          prowPlugin: label
  1572          addedBy: anyone
  1573        - color: e9b3f9
  1574          description: Issues or PRs related to Bengali language
  1575          name: language/bn
  1576          target: both
  1577          prowPlugin: label
  1578          addedBy: anyone
  1579        - color: e9b3f9
  1580          description: Issues or PRs related to German language
  1581          name: language/de
  1582          target: both
  1583          prowPlugin: label
  1584          addedBy: anyone
  1585        - color: e9b3f9
  1586          description: Issues or PRs related to English language
  1587          name: language/en
  1588          target: both
  1589          prowPlugin: label
  1590          addedBy: anyone
  1591        - color: e9b3f9
  1592          description: Issues or PRs related to Spanish language
  1593          name: language/es
  1594          target: both
  1595          prowPlugin: label
  1596          addedBy: anyone
  1597        - color: e9b3f9
  1598          description: Issues or PRs related to Persian language
  1599          name: language/fa
  1600          target: both
  1601          prowPlugin: label
  1602          addedBy: anyone
  1603        - color: e9b3f9
  1604          description: Issues or PRs related to French language
  1605          name: language/fr
  1606          target: both
  1607          prowPlugin: label
  1608          addedBy: anyone
  1609        - color: e9b3f9
  1610          description: Issues or PRs related to Hindi language
  1611          name: language/hi
  1612          target: both
  1613          prowPlugin: label
  1614          addedBy: anyone
  1615        - color: e9b3f9
  1616          description: Issues or PRs related to Indonesian language
  1617          name: language/id
  1618          target: both
  1619          prowPlugin: label
  1620          addedBy: anyone
  1621        - color: e9b3f9
  1622          description: Issues or PRs related to Italian language
  1623          name: language/it
  1624          target: both
  1625          prowPlugin: label
  1626          addedBy: anyone
  1627        - color: e9b3f9
  1628          description: Issues or PRs related to Japanese language
  1629          name: language/ja
  1630          target: both
  1631          prowPlugin: label
  1632          addedBy: anyone
  1633        - color: e9b3f9
  1634          description: Issues or PRs related to Korean language
  1635          name: language/ko
  1636          target: both
  1637          prowPlugin: label
  1638          addedBy: anyone
  1639        - color: e9b3f9
  1640          description: Issues or PRs related to Norwegian language
  1641          name: language/no
  1642          target: both
  1643          prowPlugin: label
  1644          addedBy: anyone
  1645        - color: e9b3f9
  1646          description: Issues or PRs related to Portuguese language
  1647          name: language/pt
  1648          target: both
  1649          prowPlugin: label
  1650          addedBy: anyone
  1651        - color: e9b3f9
  1652          description: Issues or PRs related to Chinese language
  1653          name: language/zh
  1654          previously:
  1655            - name: language/cn
  1656          target: both
  1657          prowPlugin: label
  1658          addedBy: anyone
  1659        - color: e9b3f9
  1660          description: Issues or PRs related to Russian language
  1661          name: language/ru
  1662          target: both
  1663          prowPlugin: label
  1664          addedBy: anyone
  1665        - color: e9b3f9
  1666          description: Issues or PRs related to Ukrainian language
  1667          name: language/uk
  1668          target: both
  1669          prowPlugin: label
  1670          addedBy: anyone
  1671        - color: e9b3f9
  1672          description: Issues or PRs related to Vietnamese language
  1673          name: language/vi
  1674          target: both
  1675          prowPlugin: label
  1676          addedBy: anyone
  1677        - color: e9b3f9
  1678          description: Issues or PRs related to Polish language
  1679          name: language/pl
  1680          target: both
  1681          prowPlugin: label
  1682          addedBy: anyone
  1683        - color: d2b48c
  1684          description: Issues with the Katacoda infrastructure for tutorials
  1685          name: team/katacoda
  1686          target: issues
  1687          prowPlugin: label
  1688          addedBy: anyone
  1689        - color: d2918c
  1690          description: Indicates a PR with large refactoring changes e.g. removes files or moves content
  1691          name: refactor
  1692          target: prs
  1693          prowPlugin: label
  1694          addedBy: anyone
  1695    kubernetes/kubeadm:
  1696      labels:
  1697        - color: c7def8
  1698          description: Categorizes issue or PR as related to design.
  1699          name: kind/design
  1700          target: both
  1701          prowPlugin: label
  1702          addedBy: anyone
  1703    kubernetes-sigs/cluster-api:
  1704      labels:
  1705        - color: c7def8
  1706          description: Issues or PRs related to proposals.
  1707          name: kind/proposal
  1708          target: both
  1709          prowPlugin: label
  1710          addedBy: anyone
  1711        - color: f6c5d8
  1712          description: Issues or PRs that need to be closed before the next CAPI release
  1713          name: kind/release-blocking
  1714          target: both
  1715          prowPlugin: label
  1716          addedBy: approvers
  1717        - color: 0052cc
  1718          description: Issues or PRs related to clusterctl
  1719          name: area/clusterctl
  1720          target: both
  1721          prowPlugin: label
  1722          addedBy: anyone
  1723        - color: 0052cc
  1724          description: Issues or PRs related to the APIs
  1725          name: area/api
  1726          target: both
  1727          prowPlugin: label
  1728          addedBy: anyone
  1729        - color: 0052cc
  1730          description: Issues or PRs related to releasing
  1731          name: area/release
  1732          target: both
  1733          prowPlugin: label
  1734          addedBy: anyone
  1735        - color: 0052cc
  1736          description: Issues or PRs related to testing
  1737          name: area/testing
  1738          target: both
  1739          prowPlugin: label
  1740          addedBy: anyone
  1741        - color: 0052cc
  1742          description: Issues or PRs related to upgrades
  1743          name: area/upgrades
  1744          target: both
  1745          prowPlugin: label
  1746          addedBy: anyone
  1747        - color: 0052cc
  1748          description: Issues or PRs related to control-plane lifecycle management
  1749          name: area/control-plane
  1750          target: both
  1751          prowPlugin: label
  1752          addedBy: anyone
  1753        - color: 0052cc
  1754          description: Issues or PRs related to bootstrap providers
  1755          name: area/bootstrap
  1756          target: both
  1757          prowPlugin: label
  1758          addedBy: anyone
  1759        - color: 0052cc
  1760          description: Issues or PRs related to machine lifecycle management
  1761          name: area/machine
  1762          target: both
  1763          prowPlugin: label
  1764          addedBy: anyone
  1765        - color: c7def8
  1766          description: Categorizes issue or PR as related to design.
  1767          name: kind/design
  1768          target: both
  1769          prowPlugin: label
  1770          addedBy: anyone
  1771        - color: 0052cc
  1772          description: Issues or PRs related to networking
  1773          name: area/networking
  1774          target: both
  1775          addedBy: label
  1776        - color: 0052cc
  1777          description: Issues or PRs related to security
  1778          name: area/security
  1779          target: both
  1780          addedBy: anyone
  1781          prowPlugin: label
  1782        - color: 0052cc
  1783          description: Issues or PRs related to Runtime SDK
  1784          name: area/runtime-sdk
  1785          target: both
  1786          prowPlugin: label
  1787          addedBy: anyone
  1788        - color: 0052cc
  1789          description: Issues or PRs related to CAPBK
  1790          name: area/provider/bootstrap-kubeadm
  1791          target: both
  1792          prowPlugin: label
  1793          addedBy: anyone
  1794        - color: 0052cc
  1795          description: Issues or PRs related to KCP
  1796          name: area/provider/control-plane-kubeadm
  1797          target: both
  1798          prowPlugin: label
  1799          addedBy: anyone
  1800        - color: 0052cc
  1801          description: Issues or PRs related to the core provider
  1802          name: area/provider/core
  1803          target: both
  1804          prowPlugin: label
  1805          addedBy: anyone
  1806        - color: 0052cc
  1807          description: Issues or PRs related to the docker infrastructure provider
  1808          name: area/provider/infrastructure-docker
  1809          target: both
  1810          prowPlugin: label
  1811          addedBy: anyone
  1812        - color: 0052cc
  1813          description: Issues or PRs related to the in-memory infrastructure provider
  1814          name: area/provider/infrastructure-in-memory
  1815          target: both
  1816          prowPlugin: label
  1817          addedBy: anyone
  1818        - color: 0052cc
  1819          description: Issues or PRs related to machinehealthchecks
  1820          name: area/machinehealthcheck
  1821          target: both
  1822          prowPlugin: label
  1823          addedBy: anyone
  1824        - color: 0052cc
  1825          description: Issues or PRs related to machinedeployments
  1826          name: area/machinedeployment
  1827          target: both
  1828          prowPlugin: label
  1829          addedBy: anyone
  1830        - color: 0052cc
  1831          description: Issues or PRs related to machinesets
  1832          name: area/machineset
  1833          target: both
  1834          prowPlugin: label
  1835          addedBy: anyone
  1836        - color: 0052cc
  1837          description: Issues or PRs related to machinepools
  1838          name: area/machinepool
  1839          target: both
  1840          prowPlugin: label
  1841          addedBy: anyone
  1842        - color: 0052cc
  1843          description: Issues or PRs related to the clustercachetracker
  1844          name: area/clustercachetracker
  1845          target: both
  1846          prowPlugin: label
  1847          addedBy: anyone
  1848        - color: 0052cc
  1849          description: Issues or PRs related to clusterresourcesets
  1850          name: area/clusterresourceset
  1851          target: both
  1852          prowPlugin: label
  1853          addedBy: anyone
  1854        - color: 0052cc
  1855          description: Issues or PRs related to ipam
  1856          name: area/ipam
  1857          target: both
  1858          prowPlugin: label
  1859          addedBy: anyone
  1860        - color: 0052cc
  1861          description: Issues or PRs related to documentation
  1862          name: area/documentation
  1863          target: both
  1864          prowPlugin: label
  1865          addedBy: anyone
  1866        - color: 0052cc
  1867          description: Issues or PRs related to clusterclass
  1868          name: area/clusterclass
  1869          target: both
  1870          prowPlugin: label
  1871          addedBy: anyone
  1872        - color: 0052cc
  1873          description: Issues or PRs related to e2e testing
  1874          name: area/e2e-testing
  1875          target: both
  1876          prowPlugin: label
  1877          addedBy: anyone
  1878        - color: 0052cc
  1879          description: Issues or PRs related to utils
  1880          name: area/util
  1881          target: both
  1882          prowPlugin: label
  1883          addedBy: anyone
  1884        - color: 0052cc
  1885          description: Issues or PRs related to logging
  1886          name: area/logging
  1887          target: both
  1888          prowPlugin: label
  1889          addedBy: anyone
  1890        - color: 0052cc
  1891          description: Issues or PRs related to metrics
  1892          name: area/metrics
  1893          target: both
  1894          prowPlugin: label
  1895          addedBy: anyone
  1896        - color: 0052cc
  1897          description: Issues or PRs related to ci
  1898          name: area/ci
  1899          target: both
  1900          prowPlugin: label
  1901          addedBy: anyone
  1902        - color: 0052cc
  1903          description: Issues or PRs related to devtools
  1904          name: area/devtools
  1905          target: both
  1906          prowPlugin: label
  1907          addedBy: anyone
  1908        - color: e11d21
  1909          description: PR is missing an area label
  1910          name: do-not-merge/needs-area
  1911          target: prs
  1912          prowPlugin: require-matching-label
  1913          addedBy: prow
  1914    kubernetes-sigs/cluster-api-operator:
  1915      labels:
  1916        - color: c7def8
  1917          description: Issues or PRs related to proposals.
  1918          name: kind/proposal
  1919          target: both
  1920          prowPlugin: label
  1921          addedBy: anyone
  1922        - color: f6c5d8
  1923          description: Issues or PRs that need to be closed before the next CAPI Operator release
  1924          name: kind/release-blocking
  1925          target: both
  1926          prowPlugin: label
  1927          addedBy: approvers
  1928        - color: c7def8
  1929          description: Categorizes issue or PR as related to design.
  1930          name: kind/design
  1931          target: both
  1932          prowPlugin: label
  1933          addedBy: anyone
  1934        - color: 0052cc
  1935          description: Issues or PRs related to the APIs
  1936          name: area/api
  1937          target: both
  1938          prowPlugin: label
  1939          addedBy: anyone
  1940        - color: 0052cc
  1941          description: Issues or PRs related to UX
  1942          name: area/ux
  1943          target: both
  1944          prowPlugin: label
  1945          addedBy: anyone
  1946        - color: 0052cc
  1947          description: Issues or PRs related to releasing
  1948          name: area/release
  1949          target: both
  1950          prowPlugin: label
  1951          addedBy: anyone
  1952        - color: 0052cc
  1953          description: Issues or PRs related to testing
  1954          name: area/testing
  1955          target: both
  1956          prowPlugin: label
  1957          addedBy: anyone
  1958        - color: 0052cc
  1959          description: Issues or PRs related to upgrades
  1960          name: area/upgrades
  1961          target: both
  1962          prowPlugin: label
  1963          addedBy: anyone
  1964        - color: 0052cc
  1965          description: Issues or PRs related to the hosting of release artifacts
  1966          name: area/artifacts
  1967          target: both
  1968          prowPlugin: label
  1969          addedBy: anyone
  1970        - color: 0052cc
  1971          description: Issues or PRs related to security
  1972          name: area/security
  1973          target: both
  1974          addedBy: anyone
  1975          prowPlugin: label
  1976        - color: 0052cc
  1977          description: Issues or PRs related to ci
  1978          name: area/ci
  1979          target: both
  1980          prowPlugin: label
  1981          addedBy: anyone
  1982    kubernetes-sigs/cluster-api-provider-azure:
  1983      labels:
  1984        - color: c7def8
  1985          description: Issues or PRs related to proposals.
  1986          name: kind/proposal
  1987          target: both
  1988          prowPlugin: label
  1989          addedBy: anyone
  1990    kubernetes-sigs/cluster-api-provider-gcp:
  1991      labels:
  1992        - color: 0052cc
  1993          description: Issues or PRs related to GKE
  1994          name: area/gke
  1995          target: both
  1996          addedBy: anyone
  1997          prowPlugin: label
  1998    kubernetes-sigs/cluster-api-provider-aws:
  1999      labels:
  2000        - color: c2e0c6
  2001          description: Denotes an issue or PR contains a decision that needs documenting using an ADR.
  2002          name: adr-required
  2003          target: both
  2004          prowPlugin: label
  2005          addedBy: anyone
  2006        - color: 0052cc
  2007          description: Issues or PRs related to clusterawsadm
  2008          name: area/clusterawsadm
  2009          target: both
  2010          prowPlugin: label
  2011          addedBy: anyone
  2012        - color: 0052cc
  2013          description: Issues or PRs related to Amazon EKS provider
  2014          name: area/provider/eks
  2015          target: both
  2016          addedBy: label
  2017        - color: 0052cc
  2018          description: Issues or PRs related to Red Hat ROSA provider
  2019          name: area/provider/rosa
  2020          target: both
  2021          addedBy: label
  2022        - color: 0052cc
  2023          description: Issues or PRs related to Amazon VPCs
  2024          name: area/vpc
  2025          target: both
  2026          addedBy: label
  2027        # Begin shared
  2028        - color: 0052cc
  2029          description: Indicates an issue on admin area.
  2030          name: area/admin
  2031          target: issues
  2032          addedBy: label
  2033        - color: 0052cc
  2034          description: Issues or PRs related to the APIs
  2035          name: area/api
  2036          target: both
  2037          prowPlugin: label
  2038          addedBy: anyone
  2039        - color: 0052cc
  2040          description: Issues or PRs related to the hosting of release artifacts
  2041          name: area/artifacts
  2042          target: both
  2043          prowPlugin: label
  2044          addedBy: anyone
  2045        - color: 0052cc
  2046          description: Issues or PRs related to Cluster API code organization
  2047          name: area/code-organization
  2048          target: both
  2049          prowPlugin: label
  2050          addedBy: anyone
  2051        - color: 0052cc
  2052          description: Issues or PRs related to deflaking Cluster API tests
  2053          name: area/deflake
  2054          target: both
  2055          prowPlugin: label
  2056          addedBy: anyone
  2057        - color: 0052cc
  2058          description: Issues or PRs related to Cluster API and Kubernetes conformance tests
  2059          name: area/conformance
  2060          target: both
  2061          prowPlugin: label
  2062          addedBy: anyone
  2063        - color: 0052cc
  2064          description: Issues or PRs related to Cluster API Kubetest2 Provider
  2065          name: area/kubetest
  2066          target: both
  2067          prowPlugin: label
  2068          addedBy: anyone
  2069        - color: 0052cc
  2070          description: Issues or PRs related to networking
  2071          name: area/networking
  2072          target: both
  2073          addedBy: label
  2074        - color: 0052cc
  2075          description: Issues or PRs related to security
  2076          name: area/security
  2077          target: both
  2078          addedBy: anyone
  2079          prowPlugin: label
  2080        - color: 0052cc
  2081          description: Issues or PRs related to releasing
  2082          name: area/release
  2083          target: both
  2084          prowPlugin: label
  2085          addedBy: anyone
  2086        - color: f6c5d8
  2087          description: Issues or PRs that need to be closed before the next release
  2088          name: kind/release-blocking
  2089          target: both
  2090          prowPlugin: label
  2091          addedBy: approvers
  2092        - color: 0052cc
  2093          description: Issues or PRs related to testing
  2094          name: area/testing
  2095          target: both
  2096          prowPlugin: label
  2097          addedBy: anyone
  2098        - color: 0052cc
  2099          description: Issues or PRs related to upgrades
  2100          name: area/upgrades
  2101          target: both
  2102          prowPlugin: label
  2103          addedBy: anyone
  2104        - color: 0052cc
  2105          description: Issues or PRs related to UX
  2106          name: area/ux
  2107          target: both
  2108          prowPlugin: label
  2109          addedBy: anyone
  2110        - color: c7def8
  2111          description: Issues or PRs requiring backports
  2112          name: kind/backport
  2113          target: both
  2114          prowPlugin: label
  2115          addedBy: approvers
  2116        - color: c7def8
  2117          description: Issues or PRs related to proposals.
  2118          name: kind/proposal
  2119          target: both
  2120          prowPlugin: label
  2121          addedBy: anyone
  2122        # End shared
  2123    kubernetes-sigs/cluster-api-provider-vsphere:
  2124        labels:
  2125        - color: 0052cc
  2126          description: Issues or PRs related to the govmomi mode
  2127          name: area/govmomi
  2128          target: both
  2129          addedBy: anyone
  2130          prowPlugin: label
  2131        - color: 0052cc
  2132          description: Issues or PRs related to the supervisor mode
  2133          name: area/supervisor
  2134          target: both
  2135          addedBy: anyone
  2136          prowPlugin: label
  2137    kubernetes-sigs/krew:
  2138      labels:
  2139        - color: ee0000
  2140          description: P0 issues or PRs
  2141          name: priority/P0
  2142          target: both
  2143          prowPlugin: label
  2144          addedBy: anyone
  2145        - color: ffaa00
  2146          description: P1 issues or PRs
  2147          name: priority/P1
  2148          target: both
  2149          prowPlugin: label
  2150          addedBy: anyone
  2151        - color: eebb00
  2152          description: P2 issues or PRs
  2153          name: priority/P2
  2154          target: both
  2155          prowPlugin: label
  2156          addedBy: anyone
  2157        - color: d2b48c
  2158          description: P3 issues or PRs
  2159          name: priority/P3
  2160          target: both
  2161          prowPlugin: label
  2162          addedBy: anyone
  2163    kubernetes-sigs/gateway-api:
  2164      labels:
  2165        - color: c7def8
  2166          description: Categorizes an issue as capturing a user story
  2167          name: kind/user-story
  2168          target: issues
  2169          addedBy: humans
  2170        - color: c7def8
  2171          description: PRs related to Gateway Enhancement Proposal(GEP)
  2172          name: kind/gep
  2173          prowPlugin: label
  2174          target: prs
  2175          addedBy: anyone
  2176    kubernetes-sigs/kind:
  2177      labels:
  2178        - color: 19abff
  2179          description: Issues or PRs related to docker
  2180          name: area/provider/docker
  2181          target: both
  2182          addedBy: humans
  2183        - color: 970fff
  2184          description: Issues or PRs related to podman
  2185          name: area/provider/podman
  2186          target: both
  2187          addedBy: humans
  2188    kubernetes-sigs/promo-tools:
  2189      labels:
  2190        - color: 0052cc
  2191          description: Issues or PRs related to the hosting of release artifacts for subprojects
  2192          name: area/artifacts
  2193          target: both
  2194          prowPlugin: label
  2195          addedBy: anyone
  2196        - color: 0052cc
  2197          description: Issues or PRs related to the Release Engineering subproject
  2198          name: area/release-eng
  2199          previously:
  2200            - name: area/release-infra
  2201          target: both
  2202          addedBy: label
  2203    kubernetes-sigs/contributor-tweets:
  2204      labels:
  2205        - color: 0052cc
  2206          description: Issues to parse and tweet from K8sContributor handle
  2207          name: kind/tweet
  2208          target: both
  2209          addedBy: anyone
  2210          prowPlugin: label
  2211        - color: 0052cc
  2212          description: Issues or PRs related to the upstream marketing team
  2213          name: area/contributor-comms
  2214          target: both
  2215          prowPlugin: label
  2216          addedBy: anyone
  2217    kubernetes-sigs/controller-runtime:
  2218      labels:
  2219        - color: c7def8
  2220          description: Categorizes issue or PR as related to design.
  2221          name: kind/design
  2222          target: both
  2223          prowPlugin: label
  2224          addedBy: anyone