From 5cdc6f80c0e967e32d85ff326dae28e97f2d7612 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 30 Jun 2026 15:08:32 +0200 Subject: [PATCH] label machine issues automatically In podman info we print the os variant so use that to label the issue with 'machine'. Signed-off-by: Paul Holzinger --- .github/issue-labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index e285749a96..8402564232 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -11,3 +11,7 @@ macos: remote: # we cannot use multiline regex so we check for serviceIsRemote in podman info - 'serviceIsRemote:\strue' + +machine: + # machine-os uses its own variant so use that to label issues with machine based on podman info + - 'variant:\spodman-machine-os'