You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/labels.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,12 @@ larger set of contributors to apply/remove them.
110
110
| Name | Description | Added By | Prow Plugin |
111
111
| ---- | ----------- | -------- | --- |
112
112
| <aid="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
+
| <aid="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)|
113
114
| <aid="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)|
114
115
| <aid="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)|
115
116
| <aid="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
+
| <aid="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
+
| <aid="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)|
116
119
| <aid="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)|
117
120
| <aid="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)|
118
121
| <aid="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.
123
126
| <aid="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)|
124
127
| <aid="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)|
125
128
| <aid="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
-
| <aid="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)|
127
129
128
130
## Labels that apply to kubevirt/containerized-data-importer, only for PRs
0 commit comments