Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ tide:
- lgtm
- approved
- bugzilla/valid-bug
- cherry-pick-approved
missingLabels:
- needs-rebase
- do-not-merge/blocked-paths
Expand Down Expand Up @@ -234,6 +235,7 @@ tide:
labels:
- lgtm
- bugzilla/valid-bug
- cherry-pick-approved
missingLabels:
- needs-rebase
- do-not-merge/blocked-paths
Expand Down
5 changes: 5 additions & 0 deletions cluster/ci/config/prow/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ default:
target: prs
addedBy: prow
prowPlugin: cherrypickunapproved
- color: fef2c0
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.
name: cherry-pick-approved
target: prs
addedBy: humans
- color: e11d21
description: Indicates that a PR should not merge because someone has issued a /hold command.
name: do-not-merge/hold
Expand Down