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: config/prow/plugins.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -931,6 +931,16 @@ require_matching_label:
931
931
Area labels can be added by org members by writing `/area ${COMPONENT}` in a comment
932
932
933
933
Please see the [labels list](https://github.com/kubernetes/test-infra/blob/master/label_sync/labels.md#labels-that-apply-to-kubernetes-sigscluster-api-for-both-issues-and-prs) for possible areas.
934
+
- missing_label: do-not-merge/needs-area
935
+
org: kubernetes
936
+
repo: autoscaler
937
+
issues: false
938
+
prs: true
939
+
regexp: ^area/
940
+
missing_comment: |
941
+
This PR is currently missing an area label, which is used to identify the modified component when generating release notes.
942
+
943
+
Area labels can be added by org members by writing `/area ${COMPONENT}` in a comment
0 commit comments