github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/label_sync/labels.yaml (about)

     1  # Standard labels set (common for all kubernetes repos)
     2  ---
     3  labels:
     4    # Keys for each item: color, description, name, target, deleteAfter, previously
     5    #   deleteAfter: 2006-01-02T15:04:05Z (rfc3339)
     6    #   previously: list of previous labels (color name deleteAfter, previously)
     7    #   target: one of issues, prs, or both (also TBD)
     8    #   addedBy: human? prow plugin? other?
     9    - color: 0ffa16
    10      description: Indicates a PR has been approved by an approver from all required OWNERS files.
    11      name: approved
    12      target: prs
    13      prowPlugin: approve
    14      addedBy: approvers
    15    - color: fef2c0
    16      description: Indicates a cherrypick PR into a release branch has been approved by the release branch manager. # Consumed by the kubernetes/kubernetes cherrypick-queue.
    17      name: cherrypick-approved
    18      target: prs
    19      addedBy: humans
    20    - color: fef2c0
    21      description: Denotes a PR to master as a candidate for cherry picking into a release branch.
    22      name: cherrypick-candidate
    23      target: prs
    24      addedBy: humans
    25    - color: d455d0
    26      description: Indicates an issue is a duplicate of other open issue.
    27      name: triage/duplicate
    28      target: both
    29      previously:
    30        - name: close/duplicate
    31        - name: duplicate
    32      addedBy: humans
    33    - color: d455d0
    34      description: Indicates an issue needs more information in order to work on it.
    35      name: triage/needs-information
    36      previously:
    37        - name: close/needs-information
    38      target: both
    39      addedBy: humans
    40    - color: d455d0
    41      description: Indicates an issue can not be reproduced as described.
    42      name: triage/not-reproducible
    43      previously:
    44        - name: close/not-reproducible
    45      target: both
    46      addedBy: humans
    47    - color: d455d0
    48      description: Indicates an issue that is a support question.
    49      name: triage/support
    50      previously:
    51        - name: close/support
    52        - name: kind/support
    53        - name: question
    54      target: both
    55      addedBy: humans
    56    - color: d455d0
    57      description: Indicates an issue that can not or will not be resolved.
    58      name: triage/unresolved
    59      previously:
    60        - name: close/unresolved
    61        - name: invalid
    62        - name: wontfix
    63      target: both
    64      addedBy: humans
    65    - color: c0ff4a
    66      description: Denotes an issue or PR intended to be handled by the code of conduct committee. # (as of yet non-existent)
    67      name: committee/conduct
    68      target: both
    69      prowPlugin: label
    70      addedBy: anyone
    71    - color: c0ff4a
    72      description: Denotes an issue or PR intended to be handled by the steering committee.
    73      name: committee/steering
    74      target: both
    75      prowPlugin: label
    76      addedBy: anyone
    77    - color: e11d21
    78      description: Indicates the PR's author has not signed the CNCF CLA.
    79      name: 'cncf-cla: no'
    80      target: prs
    81      prowPlugin: cla
    82      addedBy: prow
    83    - color: bfe5bf
    84      description: Indicates the PR's author has signed the CNCF CLA.
    85      name: 'cncf-cla: yes'
    86      target: prs
    87      prowPlugin: cla
    88      addedBy: prow
    89    - color: e11d21
    90      description: DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed.
    91      name: do-not-merge
    92      target: prs
    93      addedBy: humans
    94    - color: e11d21
    95      description: Indicates that a PR should not merge because it touches files in blocked paths.
    96      name: do-not-merge/blocked-paths
    97      target: prs
    98      prowPlugin: blockade
    99      addedBy: prow
   100    - color: e11d21
   101      description: Indicates that a PR is not yet approved to merge into a release branch.
   102      name: do-not-merge/cherry-pick-not-approved
   103      target: prs
   104      addedBy: mungegithub cherrypick-label-unapproved munger
   105    - color: e11d21
   106      description: Indicates that a PR should not merge because someone has issued a /hold command.
   107      name: do-not-merge/hold
   108      target: prs
   109      prowPlugin: hold
   110      addedBy: anyone
   111    - color: e11d21
   112      description: Indicates that a PR should not merge because it has an invalid OWNERS file in it.
   113      name: do-not-merge/invalid-owners-file
   114      target: prs
   115      prowPlugin: verify-owners
   116      addedBy: prow
   117    - color: e11d21
   118      description: Indicates that a PR should not merge because it's missing one of the release note labels.
   119      name: do-not-merge/release-note-label-needed
   120      previously:
   121        - name: release-note-label-needed
   122      target: prs
   123      prowPlugin: releasenote
   124      addedBy: prow
   125    - color: e11d21
   126      description: Indicates that a PR should not merge because it is a work in progress.
   127      name: do-not-merge/work-in-progress
   128      target: prs
   129      prowPlugin: wip
   130      addedBy: prow
   131    - color: 7057ff
   132      description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
   133      name: 'good first issue'
   134      previously:
   135        - name: for-new-contributors
   136      target: issues
   137      prowPlugin: help
   138      addedBy: anyone
   139    - color: 006b75
   140      description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
   141      name: 'help wanted'
   142      previously:
   143        - name: help-wanted
   144      target: issues
   145      prowPlugin: help
   146      addedBy: anyone
   147    - color: e11d21
   148      description: Categorizes issue or PR as related to a bug.
   149      name: kind/bug
   150      previously:
   151        - name: bug
   152      target: both
   153      prowPlugin: label
   154      addedBy: anyone
   155    - color: c7def8
   156      description: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
   157      name: kind/cleanup
   158      target: both
   159      prowPlugin: label
   160      addedBy: anyone
   161    - color: c7def8
   162      description: Categorizes issue or PR as related to design.
   163      name: kind/design
   164      target: both
   165      prowPlugin: label
   166      addedBy: anyone
   167    - color: c7def8
   168      description: Categorizes issue or PR as related to documentation.
   169      name: kind/documentation
   170      target: both
   171      prowPlugin: label
   172      addedBy: anyone
   173    - color: e11d21
   174      description: Categorizes issue or PR as related to a consistently or frequently failing test.
   175      name: kind/failing-test
   176      previously:
   177        - name: priority/failing-test
   178        - name: kind/e2e-test-failure
   179        - name: kind/upgrade-test-failure
   180      target: both
   181      prowPlugin: label
   182      addedBy: anyone
   183    - color: c7def8
   184      description: Categorizes issue or PR as related to a new feature.
   185      name: kind/feature
   186      previously:
   187        - name: enhancement
   188        - name: kind/enhancement
   189      target: both
   190      prowPlugin: label
   191      addedBy: anyone
   192    - color: f7c6c7
   193      description: Categorizes issue or PR as related to a flaky test.
   194      name: kind/flake
   195      target: both
   196      prowPlugin: label
   197      addedBy: anyone
   198    - color: 15dd18
   199      description: Indicates that a PR is ready to be merged.
   200      name: lgtm
   201      target: prs
   202      prowPlugin: lgtm
   203      addedBy: reviewers or members
   204    - color: d3e2f0
   205      description: Indicates that an issue or PR should not be auto-closed due to staleness.
   206      name: lifecycle/frozen
   207      previously:
   208      - name: keep-open
   209      target: both
   210      prowPlugin: lifecycle
   211      addedBy: anyone
   212    - color: 8fc951
   213      description: Indicates that an issue or PR is actively being worked on by a contributor.
   214      name: lifecycle/active
   215      previously:
   216      - name: active
   217      target: both
   218      prowPlugin: lifecycle
   219      addedBy: anyone
   220    - color: "604460"
   221      description: Denotes an issue or PR that has aged beyond stale and will be auto-closed.
   222      name: lifecycle/rotten
   223      target: both
   224      prowPlugin: lifecycle
   225      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)
   226    - color: "795548"
   227      description: Denotes an issue or PR has remained open with no activity and has become stale.
   228      name: lifecycle/stale
   229      previously:
   230        - name: stale
   231      target: both
   232      prowPlugin: lifecycle
   233      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)
   234    - color: b60205
   235      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.
   236      name: needs-ok-to-test
   237      target: prs
   238      prowPlugin: trigger
   239      addedBy: prow
   240    - color: BDBDBD
   241      description: Indicates a PR cannot be merged because it has merge conflicts with HEAD.
   242      name: needs-rebase
   243      target: prs
   244      prowPlugin: needs-rebase
   245      addedBy: prow
   246    - color: ededed
   247      description: Indicates an issue lacks a `sig/foo` label and requires one.
   248      name: needs-sig
   249      target: issues
   250      prowPlugin: requiresig
   251      addedBy: prow
   252    - color: fef2c0
   253      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.
   254      name: priority/awaiting-more-evidence
   255      target: both
   256      prowPlugin: label
   257      addedBy: anyone
   258    - color: fbca04
   259      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).
   260      name: priority/backlog
   261      target: both
   262      prowPlugin: label
   263      addedBy: anyone
   264    - color: e11d21
   265      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.
   266      name: priority/critical-urgent
   267      target: both
   268      prowPlugin: label
   269      addedBy: anyone
   270    - color: eb6420
   271      description: Important over the long term, but may not be staffed and/or may need multiple releases to complete.
   272      name: priority/important-longterm
   273      target: both
   274      prowPlugin: label
   275      addedBy: anyone
   276    - color: eb6420
   277      description: Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
   278      name: priority/important-soon
   279      target: both
   280      prowPlugin: label
   281      addedBy: anyone
   282    - color: ffaa00
   283      description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR blocks others by being a dependency for other pending changes. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
   284      name: queue/blocks-others
   285      target: prs
   286      addedBy: humans
   287    - color: ffaa00
   288      description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR that contains a critical fix, and will merge even if e2e tests are failing. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
   289      name: queue/critical-fix
   290      target: prs
   291      addedBy: humans
   292    - color: ffaa00
   293      description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR that will fix or unblock the submit queue. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
   294      name: queue/fix
   295      target: prs
   296      addedBy: humans
   297    - color: ffaa00
   298      description: DEPRECATED. # Bumps a PR up in priority in the submit-queue for kubernetes/kubernetes because that PR that has had difficulty getting merged because merges ahead of it have forced it to be rebased multiple times. This will stop having any effect once kubernetes/kubernetes migrates away from the submit queue.
   299      name: queue/multiple-rebases
   300      target: prs
   301      addedBy: humans
   302    - color: c2e0c6
   303      description: Denotes a PR that will be considered when it comes time to generate release notes.
   304      name: release-note
   305      target: prs
   306      prowPlugin: releasenote
   307      addedBy: prow
   308    - color: c2e0c6
   309      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.
   310      name: release-note-action-required
   311      target: prs
   312      prowPlugin: releasenote
   313      addedBy: prow
   314    - color: c2e0c6
   315      description: Denotes a PR that doesn't merit a release note. # will be ignored when it comes time to generate release notes.
   316      name: release-note-none
   317      target: prs
   318      prowPlugin: releasenote
   319      addedBy: prow or member or author
   320    - color: eb6420
   321      description: Indicates that a PR doesn't need to be retested prior to merge. # At present only submit-queue consumes this label. Unclear whether we're going to modify tide to respect this or not ([kubernetes/test-infra#5334](https://github.com/kubernetes/test-infra/issues/5334))
   322      name: retest-not-required
   323      target: prs
   324      addedBy: humans
   325    - color: fbca04
   326      description: Indicates that a PR doesn't need to be retested prior to merge because it only changes docs. # At present only submit-queue consumes this label. Unclear whether we're going to modify tide to respect this or not ([kubernetes/test-infra#7195](https://github.com/kubernetes/test-infra/issues/7195))
   327      name: retest-not-required-docs-only
   328      target: prs
   329      prowPlugin: docs-no-retest
   330      addedBy: prow
   331    - color: d2b48c
   332      description: Categorizes an issue or PR as relevant to sig-api-machinery.
   333      name: sig/api-machinery
   334      target: both
   335      prowPlugin: label
   336      addedBy: anyone
   337    - color: d2b48c
   338      description: Categorizes an issue or PR as relevant to sig-apps.
   339      name: sig/apps
   340      target: both
   341      prowPlugin: label
   342      addedBy: anyone
   343    - color: d2b48c
   344      description: Categorizes an issue or PR as relevant to sig-architecture.
   345      name: sig/architecture
   346      target: both
   347      prowPlugin: label
   348      addedBy: anyone
   349    - color: d2b48c
   350      description: Categorizes an issue or PR as relevant to sig-auth.
   351      name: sig/auth
   352      target: both
   353      prowPlugin: label
   354      addedBy: anyone
   355    - color: d2b48c
   356      description: Categorizes an issue or PR as relevant to sig-autoscaling.
   357      name: sig/autoscaling
   358      target: both
   359      prowPlugin: label
   360      addedBy: anyone
   361    - color: d2b48c
   362      description: Categorizes an issue or PR as relevant to sig-aws.
   363      name: sig/aws
   364      target: both
   365      prowPlugin: label
   366      addedBy: anyone
   367    - color: d2b48c
   368      description: Categorizes an issue or PR as relevant to sig-azure.
   369      name: sig/azure
   370      target: both
   371      prowPlugin: label
   372      addedBy: anyone
   373    - color: d2b48c
   374      description: Categorizes an issue or PR as relevant to sig-big-data.
   375      name: sig/big-data
   376      target: both
   377      prowPlugin: label
   378      addedBy: anyone
   379    - color: d2b48c
   380      description: Categorizes an issue or PR as relevant to sig-cli.
   381      name: sig/cli
   382      target: both
   383      prowPlugin: label
   384      addedBy: anyone
   385    - color: d2b48c
   386      description: Categorizes an issue or PR as relevant to sig-cloud-provider.
   387      name: sig/cloud-provider
   388      target: both
   389      prowPlugin: label
   390      addedBy: anyone
   391    - color: d2b48c
   392      description: Categorizes an issue or PR as relevant to sig-cluster-lifecycle.
   393      name: sig/cluster-lifecycle
   394      target: both
   395      prowPlugin: label
   396      addedBy: anyone
   397    - color: d2b48c
   398      description: Categorizes an issue or PR as relevant to sig-cluster-ops.
   399      name: sig/cluster-ops
   400      target: both
   401      prowPlugin: label
   402      addedBy: anyone
   403    - color: d2b48c
   404      description: Categorizes an issue or PR as relevant to sig-contributor-experience.
   405      name: sig/contributor-experience
   406      target: both
   407      prowPlugin: label
   408      addedBy: anyone
   409    - color: d2b48c
   410      description: Categorizes an issue or PR as relevant to sig-docs.
   411      name: sig/docs
   412      target: both
   413      prowPlugin: label
   414      addedBy: anyone
   415    - color: d2b48c
   416      description: Categorizes an issue or PR as relevant to sig-gcp.
   417      name: sig/gcp
   418      target: both
   419      prowPlugin: label
   420      addedBy: anyone
   421    - color: d2b48c
   422      name: sig/ibmcloud
   423      description: Categorizes an issue or PR as relevant to sig-ibmcloud.
   424      target: both
   425      prowPlugin: label
   426      addedBy: anyone
   427    - color: d2b48c
   428      description: Categorizes an issue or PR as relevant to sig-multicluster.
   429      name: sig/instrumentation
   430      target: both
   431      prowPlugin: label
   432      addedBy: anyone
   433    - color: d2b48c
   434      description: Categorizes an issue or PR as relevant to sig-multicluster.
   435      name: sig/multicluster
   436      previously:
   437        - name: sig/federation
   438        - name: 'sig/federation (deprecated - do not use)'
   439      target: both
   440      prowPlugin: label
   441      addedBy: anyone
   442    - color: d2b48c
   443      description: Categorizes an issue or PR as relevant to sig-network.
   444      name: sig/network
   445      target: both
   446      prowPlugin: label
   447      addedBy: anyone
   448    - color: d2b48c
   449      description: Categorizes an issue or PR as relevant to sig-node.
   450      name: sig/node
   451      target: both
   452      prowPlugin: label
   453      addedBy: anyone
   454    - color: d2b48c
   455      description: Categorizes an issue or PR as relevant to sig-onprem.
   456      name: sig/onprem
   457      target: both
   458      prowPlugin: label
   459      addedBy: anyone
   460    - color: d2b48c
   461      description: Categorizes an issue or PR as relevant to sig-openstack.
   462      name: sig/openstack
   463      target: both
   464      prowPlugin: label
   465      addedBy: anyone
   466    - color: d2b48c
   467      description: Categorizes an issue or PR as relevant to sig-pm.
   468      name: sig/pm
   469      target: both
   470      prowPlugin: label
   471      addedBy: anyone
   472    - color: d2b48c
   473      description: Categorizes an issue or PR as relevant to sig-release.
   474      name: sig/release
   475      target: both
   476      prowPlugin: label
   477      addedBy: anyone
   478    - color: d2b48c
   479      description: Categorizes an issue or PR as relevant to sig-scalability.
   480      name: sig/scalability
   481      target: both
   482      prowPlugin: label
   483      addedBy: anyone
   484    - color: d2b48c
   485      description: Categorizes an issue or PR as relevant to sig-scheduling.
   486      name: sig/scheduling
   487      target: both
   488      prowPlugin: label
   489      addedBy: anyone
   490    - color: d2b48c
   491      description: Categorizes an issue or PR as relevant to sig-service-catalog.
   492      name: sig/service-catalog
   493      target: both
   494      prowPlugin: label
   495      addedBy: anyone
   496    - color: d2b48c
   497      description: Categorizes an issue or PR as relevant to sig-storage.
   498      name: sig/storage
   499      target: both
   500      prowPlugin: label
   501      addedBy: anyone
   502    - color: d2b48c
   503      description: Categorizes an issue or PR as relevant to sig-testing.
   504      name: sig/testing
   505      target: both
   506      prowPlugin: label
   507      addedBy: anyone
   508    - color: d2b48c
   509      description: Categorizes an issue or PR as relevant to sig-ui.
   510      name: sig/ui
   511      target: both
   512      prowPlugin: label
   513      addedBy: anyone
   514    - color: d2b48c
   515      name: sig/vmware
   516      description: Categorizes an issue or PR as relevant to sig-vmware.
   517      target: both
   518      prowPlugin: label
   519      addedBy: anyone
   520    - color: d2b48c
   521      description: Categorizes an issue or PR as relevant to sig-windows.
   522      name: sig/windows
   523      target: both
   524      prowPlugin: label
   525      addedBy: anyone
   526    - color: d2b48c
   527      description: Categorizes an issue or PR as relevant to wg-app-def.
   528      name: wg/app-def
   529      target: both
   530      prowPlugin: label
   531      addedBy: anyone
   532    - color: d2b48c
   533      description: Categorizes an issue or PR as relevant to wg-apply.
   534      name: wg/apply
   535      target: both
   536      prowPlugin: label
   537      addedBy: anyone
   538    - color: d2b48c
   539      description: Categorizes an issue or PR as relevant to wg-cluster-api.
   540      name: wg/cluster-api
   541      target: both
   542      prowPlugin: label
   543      addedBy: anyone
   544    - color: d2b48c
   545      description: Categorizes an issue or PR as relevant to wg-container-identity.
   546      name: wg/container-identity
   547      target: both
   548      prowPlugin: label
   549      addedBy: anyone
   550    - color: d2b48c
   551      description: Categorizes an issue or PR as relevant to wg-iot-edge.
   552      name: wg/iot-edge
   553      target: both
   554      prowPlugin: label
   555      addedBy: anyone
   556    - color: d2b48c
   557      description: Categorizes an issue or PR as relevant to wg-kubeadm-adoption.
   558      name: wg/kubeadm-adoption
   559      target: both
   560      prowPlugin: label
   561      addedBy: anyone
   562    - color: d2b48c
   563      description: Categorizes an issue or PR as relevant to wg-machine-learning.
   564      name: wg/machine-learning
   565      target: both
   566      prowPlugin: label
   567      addedBy: anyone
   568    - color: d2b48c
   569      description: Categorizes an issue or PR as relevant to wg-multitenancy.
   570      name: wg/multitenancy
   571      target: both
   572      prowPlugin: label
   573      addedBy: anyone
   574    - color: d2b48c
   575      description: Categorizes an issue or PR as relevant to wg-policy.
   576      name: wg/policy
   577      target: both
   578      prowPlugin: label
   579      addedBy: anyone
   580    - color: d2b48c
   581      description: Categorizes an issue or PR as relevant to wg-resource-management.
   582      name: wg/resource-management
   583      target: both
   584      prowPlugin: label
   585      addedBy: anyone
   586    - color: ee9900
   587      description: Denotes a PR that changes 100-499 lines, ignoring generated files.
   588      name: size/L
   589      target: prs
   590      prowPlugin: size
   591      addedBy: prow
   592    - color: eebb00
   593      description: Denotes a PR that changes 30-99 lines, ignoring generated files.
   594      name: size/M
   595      target: prs
   596      prowPlugin: size
   597      addedBy: prow
   598    - color: 77bb00
   599      description: Denotes a PR that changes 10-29 lines, ignoring generated files.
   600      name: size/S
   601      target: prs
   602      prowPlugin: size
   603      addedBy: prow
   604    - color: ee5500
   605      description: Denotes a PR that changes 500-999 lines, ignoring generated files.
   606      name: size/XL
   607      target: prs
   608      prowPlugin: size
   609      addedBy: prow
   610    - color: "009900"
   611      description: Denotes a PR that changes 0-9 lines, ignoring generated files.
   612      name: size/XS
   613      target: prs
   614      prowPlugin: size
   615      addedBy: prow
   616    - color: ee0000
   617      description: Denotes a PR that changes 1000+ lines, ignoring generated files.
   618      name: size/XXL
   619      target: prs
   620      prowPlugin: size
   621      addedBy: prow
   622    - color: fef2c0
   623      description: Used during release burndown. Denotes an issue or PR is approved to be part of the release # A bot will warn then kick issues out of the milestone that lack this label.
   624      name: status/approved-for-milestone
   625      previously:
   626        - name: approved-for-milestone
   627      target: both
   628      prowPlugin: milestonestatus
   629      addedBy: "members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"
   630    - color: fef2c0
   631      description: Used during release burndown. Denotes that an issue is actively being worked.
   632      name: status/in-progress
   633      target: both
   634      prowPlugin: milestonestatus
   635      addedBy: "members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"
   636    - color: fef2c0
   637      description: Used during release burndown. Denotes that a fix for an issue is actively being reviewed.
   638      name: status/in-review
   639      target: both
   640      prowPlugin: milestonestatus
   641      addedBy: "members of a configurable github team. default: [@kubernetes/kubernetes-milestone-maintainers](https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)"