mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00: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:
parent
db8f8298dd
commit
5cdc6f80c0
1 changed files with 4 additions and 0 deletions
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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue