Skip to content

Commit 7284301

Browse files
authored
chore(labels.yaml): add missing labels (#4369)
Adds the labels for verify-owners and check-commit-message. Signed-off-by: Daniel Hiller <dhiller@redhat.com>
1 parent 0dbdebe commit 7284301

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/labels.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ larger set of contributors to apply/remove them.
110110
| Name | Description | Added By | Prow Plugin |
111111
| ---- | ----------- | -------- | --- |
112112
| <a id="approved" href="#approved">`approved`</a> | Indicates a PR has been approved by an approver from all required OWNERS files.| approvers | [approve](https://prow.ci.kubevirt.io/command-help#approve) |
113+
| <a id="approved-vep" href="#approved-vep">`approved-vep`</a> | Indicates that a PR is tied to an approved VEP and is prioritized.| approvers | [label](https://prow.ci.kubevirt.io/command-help#label) |
113114
| <a id="dco-signoff no" href="#dco-signoff no">`dco-signoff: no`</a> | Indicates the PR's author has not DCO signed all their commits.| prow | [dco](https://prow.ci.kubevirt.io/command-help#dco) |
114115
| <a id="dco-signoff yes" href="#dco-signoff yes">`dco-signoff: yes`</a> | Indicates the PR's author has DCO signed all their commits.| prow | [dco](https://prow.ci.kubevirt.io/command-help#dco) |
115116
| <a id="do-not-merge/hold" href="#do-not-merge/hold">`do-not-merge/hold`</a> | Indicates that a PR should not merge because someone has issued a /hold command.| anyone | [hold](https://prow.ci.kubevirt.io/command-help#hold) |
117+
| <a id="do-not-merge/invalid-commit-message" href="#do-not-merge/invalid-commit-message">`do-not-merge/invalid-commit-message`</a> | Indicates that a PR should not merge because it has an invalid commit message.| prow | [invalidcommitmsg](https://prow.ci.kubevirt.io/command-help#invalidcommitmsg) |
118+
| <a id="do-not-merge/invalid-owners-file" href="#do-not-merge/invalid-owners-file">`do-not-merge/invalid-owners-file`</a> | Indicates that a PR should not merge because it has an invalid OWNERS file in it.| prow | [verify-owners](https://prow.ci.kubevirt.io/command-help#verify-owners) |
116119
| <a id="do-not-merge/release-note-label-needed" href="#do-not-merge/release-note-label-needed">`do-not-merge/release-note-label-needed`</a> | Indicates that a PR should not merge because it's missing one of the release note labels. <br><br> This was previously `needs/release-note`, | prow | [release-note](https://prow.ci.kubevirt.io/command-help#release-note) |
117120
| <a id="do-not-merge/work-in-progress" href="#do-not-merge/work-in-progress">`do-not-merge/work-in-progress`</a> | Indicates that a PR should not merge because it is a work in progress.| prow | [wip](https://prow.ci.kubevirt.io/command-help#wip) |
118121
| <a id="lgtm" href="#lgtm">`lgtm`</a> | Indicates that a PR is ready to be merged.| reviewers or members | [lgtm](https://prow.ci.kubevirt.io/command-help#lgtm) |
@@ -123,7 +126,6 @@ larger set of contributors to apply/remove them.
123126
| <a id="release-note" href="#release-note">`release-note`</a> | Denotes a PR that will be considered when it comes time to generate release notes.| prow | [release-note](https://prow.ci.kubevirt.io/command-help#release-note) |
124127
| <a id="release-note-action-required" href="#release-note-action-required">`release-note-action-required`</a> | Denotes a PR that introduces potentially breaking changes that require user action.| prow | [releasenote](https://prow.ci.kubevirt.io/command-help#releasenote) |
125128
| <a id="release-note-none" href="#release-note-none">`release-note-none`</a> | Denotes a PR that doesn't merit a release note.| prow | [release-note](https://prow.ci.kubevirt.io/command-help#release-note) |
126-
| <a id="approved-vep" href="#approved-vep">`approved-vep`</a> | Indicates that a PR is tied to an approved VEP and is prioritized.| approvers | [label](https://prow.ci.kubevirt.io/command-help#label) |
127129

128130
## Labels that apply to kubevirt/containerized-data-importer, only for PRs
129131

github/ci/prow-deploy/kustom/base/configs/current/labels/labels.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,18 @@ default:
8686
target: prs
8787
addedBy: prow
8888
prowPlugin: release-note
89+
- color: e11d21
90+
description: Indicates that a PR should not merge because it has an invalid commit message.
91+
name: do-not-merge/invalid-commit-message
92+
target: prs
93+
prowPlugin: invalidcommitmsg
94+
addedBy: prow
95+
- color: e11d21
96+
description: Indicates that a PR should not merge because it has an invalid OWNERS file in it.
97+
name: do-not-merge/invalid-owners-file
98+
target: prs
99+
prowPlugin: verify-owners
100+
addedBy: prow
89101
- name: kind/blocker
90102
color: b60205
91103
target: both

0 commit comments

Comments
 (0)