diff --git a/.github/pr_labels.yml b/.github/pr_labels.yml index 388e47276f..2b0eb795be 100644 --- a/.github/pr_labels.yml +++ b/.github/pr_labels.yml @@ -1,6 +1,8 @@ version: '1.1.0' invalidStatus: "pending" labelRule: - # Allow any label, while requiring at least some - startsWith: - - "" + values: + - "bug" + - "feature" + - "enhancement" + - "area-infrastructure"