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 <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2026-06-30 15:08:32 +02:00
parent db8f8298dd
commit 5cdc6f80c0

View File

@@ -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'