From 876b2207ee5edd3307ef2a56434d171e875b0732 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 3 Jan 2024 13:22:36 -0500 Subject: [PATCH] ci/labeler: Add area/machine label Because I want to track this sub-area myself. Signed-off-by: Colin Walters --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 34a436514a..321eeb97b6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,3 +3,6 @@ kind/api-change: - changed-files: - any-glob-to-any-file: pkg/api/** +area/machine: + - changed-files: + - any-glob-to-any-file: pkg/machine/**