From d7760b23cfa4115396b4d4e6875d8c5b5f865eca Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 8 Jan 2024 17:50:22 -0500 Subject: [PATCH] labeler: Use `machine` label Consensus was against area/ in https://github.com/containers/podman/pull/21146 Signed-off-by: Colin Walters --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 321eeb97b6..ce5a69b115 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,6 +3,6 @@ kind/api-change: - changed-files: - any-glob-to-any-file: pkg/api/** -area/machine: +machine: - changed-files: - any-glob-to-any-file: pkg/machine/**