mirror of
https://github.com/containers/podman.git
synced 2026-07-12 16:25:08 -04:00
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:
4
.github/issue-labeler.yml
vendored
4
.github/issue-labeler.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user